且构网

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

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

更新时间:2021-08-02 02:50:45

您需要设置证书才能访问此网址。以下代码设置密钥库:

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");