tomcat导入证书时碰到的坑

在使用httpclient连接远程HTTPS服务并尝试导入证书时,遇到了PKIX路径构建失败的错误,导致SSLHandshakeException。经过尝试,通过删除证书扩展名jks并覆盖系统默认的cacerts文件,成功解决了该问题。
摘要由CSDN通过智能技术生成
当我们使用httpclient连接远程的https服务的时候,我们可以将对方的证书导入到我们本地环境内,导入后即可访问对方的https网址了。

keytool -import -file xxxx.cer -alias paypalm -keystore cacerts.jks -storepass xxxx

但是我碰到了这个错误
 sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 
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
        at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1611)
        at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:187)
        at com.sun.net.ssl.i
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值