Maven:无法找到到请求目标的有效认证路径

时间:2018-08-30 03:11:12

标签: java maven ssl proxy eclipse-che

尝试mvn clean install che-orion-editor时收到此错误,版本为5.22.0。

  

插件org.apache.maven.plugins:maven-patch-plugin:1.1.1或其依赖项之一无法解析:无法读取org.apache.maven.plugins的工件描述符:maven-patch-plugin :jar:1.1.1:无法从/到codenvy-public-repo(https://maven.codenvycorp.com/content/groups/public/)传输工件org.apache.maven.plugins:maven-patch-plugin:pom:1.1.1:sun.security。 validator.ValidatorException:PKIX path building failed:sun.security.provider.certpath.SunCertPathBuilderException:unable to find valid certification path to requested target-> [帮助1]

我已经正确设置了Maven代理。

我已经尝试过this,但是它不起作用。

1 个答案:

答案 0 :(得分:0)

就像@weizenkeim hugo所说,我正在寻找在Linux中导入证书的方法。

只需两步:

  • 获取根证书
  • 将该证书添加到java cacerts文件中

,链接为here