这两天遇到问题:支付宝在https下不能正常返回支付成功的消息,几经周折,支付宝技术人员给出了日志
unable to find valid certification path to requested target
之后给出了SSL检测结果:The intermediate CA certificates cannot be found for the following certificate chain.
这才发现是CA证书没安好,回头去https://www.thawte.com重新找到了CA证书才安装检测通过。
这个是SSL是否安装成功的检测页面,需安好java:
https://search.thawte.com/support/ssl-digital-certificates/index?page=content&id=SO9555
如果你的浏览器比较新如IE9,chrome,可以使用 https://ssl-tools.verisign.com/ 可以检测CSR请求和crt证书。
Leave a Reply