尝试从Eclipse marketPlace安装Eclipse DTP(数据工具平台)。我正在使用 Eclipse Java Neon 。我得到了以下异常/错误。
Unable to read repository at
http://download.eclipse.org/datatools/updates/content.jar.
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to requested target
感谢任何帮助。
答案 0 :(得分:0)
下载content.jar文件时,您将被重定向到另一个镜像站点。
在我的情况下,我被重定向到" https://mirrors.shu.edu.cn/eclipse/datatools/updates/content.jar"
本网站向您公开ssl证书,但您没有任何证书颁发机构可以验证此证书。
你能做什么?
一些要点:
。 cacerts是java
使用的证书颁发机构的默认存储库。最好导入证书链(除了网站之外的密钥库浏览器显示的所有证书)
。仔细查看您在cacerts中导入的证书,因为java会信任它们