我正在嘗試使用wget檢索資源,但是我一直收到以下錯誤:Unable to establish SSL connection.我嘗試了以下命令:wget -d https://resourcesource.com/spring-boot-starter-parent-2.0.0.RELEASE.pom wget --no-check-certificate -d https://resourcesource.com/spring-boot-starter-parent-2.0.0.RELEASE.pom 而且都沒有奏效。詳細日志:Resolving resourcesource.com (resourcesource.com)... {ip address}Caching resourcesource.com => {ip address}Connecting to resourcesource.com (resourcesource.com)|{ip address}:443... connected.Created socket 3.Releasing 0x000055c98ca7a8d0 (new refcount 1).Initiating SSL handshake.SSL handshake failed.Closed fd 3Unable to establish SSL connection.Saving HSTS entries to /root/.wget-hsts我正在從docker容器中運行它。如果嘗試通過我的機器訪問資源,則可以訪問它。任何解決此問題的建議都將不勝感激。
- 2 回答
- 0 關注
- 2483 瀏覽
添加回答
舉報
0/150
提交
取消