当我尝试连接yahoo时,我收到以下错误
pop3s. plus.mail.pop.yahoo.com:995
error while connecting to pop3 mail server javax.mail.MessagingException: Connect failed;
nested exception is:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider
我在JQuery中有以下代码:
// Using the core $.ajax() method
$.ajax({
// The URL for the request
url: "XXX",
headers:{
'Content-Type': 'text/plain;charset=utf-8',
'Accept': 'application/json',
'