【问题标题】:Build failed - unable to find valid certification path构建失败 - 无法找到有效的证书路径
【发布时间】:2014-08-26 21:07:40
【问题描述】:

当我尝试使用 ant & ivy 构建我的应用程序时出现以下错误

buildtools/task-gae.xml:432: javax.net.ssl.SSLHandshakeException: 
sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target

这段代码是由一家开发公司完成的,我没有使用过 ant 和 ivy 的经验。我发现这个问题here 这是解决它的方法吗?唯一的问题是我不确定从本地主机传递什么端口,也不知道文件将在哪里创建,也不知道 JDK_HOME\jre\lib\security\ 文件夹在哪里。

【问题讨论】:

标签: java ant ivy


【解决方案1】:

我发现这个错误实际上是因为我没有为构建安装谷歌应用引擎。现在似乎一切正常。

【讨论】:

    猜你喜欢
    • 2021-04-14
    • 2011-05-03
    • 2019-08-08
    • 2020-03-25
    • 2013-02-03
    • 2018-07-15
    • 2014-01-31
    • 2020-11-25
    相关资源
    最近更新 更多