且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

PKIX 路径构建失败:无法找到请求目标的有效证书路径

更新时间:2021-12-12 02:52:47

您需要设置证书才能点击此网址.使用以下代码设置密钥库:

You need to set certificate to hit this url. use below code to set keystore:

System.setProperty("javax.net.ssl.trustStore","clientTrustStore.key");

System.setProperty("javax.net.ssl.trustStorePassword","qwerty");