在eclipse工程上使用maven->update project时报错:
PKIX path building failed: SunCertPathBuilderException: unable to find valid certification path to requested target
先后参考如下文档终于解决了问题,但还是说不上来实际是由哪个方法解决的,先把这些文档记录下来作为参考
"PKIX path building failed" and "unable to find valid certification path to requested target"
https://stackoverflow.com/questions/21076179/pkix-path-building-failed-and-unable-to-find-valid-certification-path-to-requ
PKIX path building failed: SunCertPathBuilderException: unable to find valid certification path to requested target
https://magicmonster.com/kb/prg/java/ssl/pkix_path_building_failed/
Solve “unable to find valid certification path to requested target”
https://blog.packagecloud.io/solve-unable-to-find-valid-certification-path-to-requested-target/
【keytool】keytool查看jks证书详情
https://blog.csdn.net/michaelwoshi/article/details/107993556
Maven:sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
https://www.cnblogs.com/wpbxin/p/11746229.html
使用Maven时出现“jssecacerts PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilde”错
https://blog.csdn.net/carrie__yang/article/details/79612385