在日食中:版本: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
...