JFrog Artifactory 无法从远程仓库下载 jar



当我运行指向 JFrog Artifactory 安装程序的 maven 构建时,我在日志中看到以下错误:

2020-05-14T04:41:01.640Z [jfrt ] [ERROR] [dcb2a29d3c46472e] [o.a.r.RemoteRepoBase:806      ] [http- 
nio-8081-exec-1] - IO error while trying to download resource 
'jcenter:org/springframework/security/spring-security-web/4.2.2.RELEASE/spring-security-web- 
4.2.2.RELEASE.jar': **javax.net.ssl.SSLException: Connection reset**
2020-05-14T04:41:01.641Z [jfrt ] [WARN ] [dcb2a29d3c46472e] [o.a.e.DownloadServiceImpl:266 ] [http- 
nio-8081-exec-1] - **Sending HTTP error code 404: Connection reset**

我已经从Artifactory管理conosole中检查了与jcenter存储库的连接,它说它能够连接。

需要您的帮助。

问候

请检查您用于JCenter的URL,并确保它使用的是安全的HTTP - https://jcenter.bintray.com。
从 2020 年 1 月开始,JCenter 仅处理使用 HTTPS 发出的请求。从那时起,所有使用 HTTP 发出的请求都将被拒绝,任何使用 JCenter URL 和不安全 HTTP 协议的构建都将失败。
有关详细信息,请参阅以下博客文章。

最新更新