解决 sun.security.validator.ValidatorException: PKIX path building failed 的问题,绕过证书的检查实现

错误信息:

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


问题原因:

源应用程序不信任目标应用程序的证书,因为在源应用程序的JVM信任库中找不到该证书或证书链。

关于以上的错误信息,之前已有的解决方案是生成证书,详情见:解决 sun.security.validator.ValidatorException: PKIX path building failed 的问题_chao_9836的博客-CSDN博客错误信息:javax.net.ssl.SSLHandshakeException: sun.security.val

你可能感兴趣的:(证书,url下载文件,https,ssl)