簡體   English   中英

JFrog Artifactory 無法從遠程存儲庫下載 jars

[英]JFrog Artifactory unable to download jars from remote repository

當我運行指向 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 管理控制台中檢查了與 jcenter repo 的連接,它說它能夠連接。

需要你的幫助。

問候

Please check the URL you are using for JCenter and make sure it is using secure HTTP - https://jcenter.bintray.com .
從 2020 年 1 月開始,JCenter 僅處理使用 HTTPS 發出的請求。 從那時起,所有使用 HTTP 發出的請求都將被拒絕,並且任何使用 JCenter URL 和非安全 HTTP 協議的構建都將失敗。
有關詳細信息,請參閱以下博客文章

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM