当前位置: 代码迷 >> 综合 >> java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
  详细解决方案

java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

热度:32   发布时间:2024-01-30 12:35:48.0

客户反馈一些莫名其妙的问题比如

java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

这个一般就是运维部署的证书的问题,但是怎么定位给运维呢,思路一

直接谷歌输入访问的域名,点击证书,看看是不是CA派发的,如果是CA派发的还是在有效期内的

问客户要ip,然后让客户在浏览器输入要访问的域名,看是否能访问,如果不能访问基本可以确定就是运维的问题了,交给运维如果你还想帮对方进一步定位问题的话可以让客户打开下方防止输入你们打不开的域名

 

 

http://www.jsons.cn/ping/

  相关解决方案