首页 > 解决方案 > 无法为 Eclipse 安装 cvsedit 插件(PKIX 路径构建失败...)

问题描述

在 Eclipse 中:版本:Photon Release (4.8.0)

我正在尝试安装: https ://marketplace.eclipse.org/content/csv-edit-resurrector

使用此 URL/更新站点: https ://nodeclipse.github.io/updates/csvedit/

但我收到以下错误:

Unable to read repository at https://nodeclipse.github.io/updates/csvedit/content.xml.
Unable to read repository at https://nodeclipse.github.io/updates/csvedit/content.xml.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

任何建议如何解决?或者只是在 Eclipse 中配置为“全部允许”(忽略证书)?

在此处输入图像描述

我也尝试过使用: https ://nodeclipse.github.io/updates/

给出类似的错误:

Unable to read repository at https://nodeclipse.github.io/updates/content.xml.
Unable to read repository at https://nodeclipse.github.io/updates/content.xml.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

我也试过(非https):

http://nodeclipse.github.io/updates/csvedit/

给出类似的错误:

Unable to read repository at http://nodeclipse.github.io/updates/csvedit/content.xml.
Unable to read repository at http://nodeclipse.github.io/updates/csvedit/content.xml.
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

在我的 eclipse.ini 中,我有:

...
-vm
/usr/lib/jvm/java-8-openjdk-amd64/jre/bin
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dosgi.inst
...

标签: eclipsehttps

解决方案


推荐阅读