解决PKIX path building failed错误_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > 解决PKIX path building failed错误

解决PKIX path building failed错误

 2018/8/14 12:35:34  elvis4139  程序员俱乐部  我要评论(0)
  • 摘要:调用接口出现以下异常:[FRIP]2018-08-1315:23:51[DEBUG]-org.apache.commons.httpclient.HttpConnection(1228)-Exceptioncaughtwhenclosingoutputjavax.net.ssl.SSLException:Connectionhasbeenshutdown:javax.net.ssl.SSLHandshakeException:sun.security.validator
  • 标签:failed 解决 错误
调用接口出现以下异常
class="java" name="code">
[FRIP]2018-08-13 15:23:51 [DEBUG] - org.apache.commons.httpclient.HttpConnection(1228) -Exception caught when closing output
javax.net.ssl.SSLException: Connection has been shutdown: 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


查找之后发现是用SSL连接接口,因服务器不能信任对方的证书导致。试验了几种方法,最终用以下方法解决了问题,连接地址:http://www.cnblogs.com/wanghaixing/p/5630070.html

上一篇: PHP中如何实现首字母数据查询 下一篇: 没有下一篇了!
发表评论
用户名: 匿名