【发布时间】:2014-12-18 05:35:12
【问题描述】:
运行 Eclipse 应用程序时出现以下错误...
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
我想在 Eclipse 中打开 SSL 调试来判断是什么 URL 导致了问题。或者有没有更好的解决方案来调试这个问题?
【问题讨论】:
标签: java eclipse debugging ssl eclipse-plugin