关于java访问https资源时,忽略证书信任问题
服务端自己生成的https证书,客户端访问时保 unable to find valid certification path to requested target 问题解决:
1.将客户端的证书放到
jre/lib/security/cacerts 里面。
2.直接忽略对服务端的证书验证。
服务端自己生成的https证书,客户端访问时保 unable to find valid certification path to requested target 问题解决:
1.将客户端的证书放到
jre/lib/security/cacerts 里面。
2.直接忽略对服务端的证书验证。