java代码调用远程api获取pkix(ssl)错误,而其他代码没有

f3temu5u  于 2021-07-12  发布在  Java
关注(0)|答案(0)|浏览(156)

在我的java应用程序中,一些远程api在调用时会出现以下错误

sun.security.validator.ValidatorException: PKIX path building failed:  
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to
requested target; nested exception is 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

但在我的团队中,使用相同的代码,其他同事不会出现这种错误,他们只是在远程api调用时工作得很好,这是我的环境中的一些问题还是其他问题?
我的环境信息: win10 , java springboot application , jdk1.8 , ide: intellJIdea

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题