我试过这个教程(http://czetsuya-tech.blogspot.de/2012/11/how-to-send-email-in-glassfish-using.html)。我在Windows 7 Professional 64位上使用GlassFish 4。
本教程是否有效,因为我遇到了这个例外:
javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
nested exception is:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
答案 0 :(得分:1)
您是否篡改/修改了 $ JAVA_HOME / jre / lib / security / cacerts 文件?如果是这样,请尝试重新安装jdk。该密钥库通常是信任证书的来源,默认情况下应接受Google的信任证书。
请注意可能丢弃标准证书的其他JVM环境变量。 (例如:-Djavax.net.ssl.trustStore)