idea 使用 maven 下载 jar 包,出现证书校验问题问题
idea 使用 maven 下载 jar 包,出现证书校验问题问题, unable to find valid certification path to requested target
每次从 github 上下载下来的项目都报如下错误
could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.2.5.RELEASE from/to nexus-aliyun (https://maven.aliyun.com/nexus/content/groups/public): PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
在 Maven 命令后加入参数 “-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true”
这样设置可以跳过证书检查,然后 maven clean,compile, 再 install 就可以解决这个问题了
本文来源:
本文作者:codeFiler
本文链接:https://www.cnblogs.com/coderD/p/13848966.html
版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。
【推荐】还在用 ECharts 开发大屏?试试这款永久免费的开源 BI 工具!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步