运行 azure-webapp-maven-plugin 配置时出现 SSL 问题

问题描述

运行时:

mvn com.microsoft.azure:azure-webapp-maven-plugin:1.14.0:config

我结束了

[ERROR] Failed to execute goal com.microsoft.azure:azure-webapp-maven-plugin:1.14.0:config (default-cli) on project storingen-api: Max retries 0 times exceeded. Error Details: PKIX path building Failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal com.microsoft.azure:azure-webapp-maven-plugin:1.14.0:config (default-cli) on project storingen-api: Max retries 0 times exceeded. Error Details: PKIX path building Failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

显然这是一个找不到的证书问题。然而,我不知道需要什么证书,也不知道它需要在哪个密钥库中。我想在我的 Java 发行版的 cacerts 中,但无论如何都不清楚。

有人知道哪个证书和放在哪里吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)