Ssl

無法使用 wget 從 https 地址下載

  • June 30, 2013

我正在嘗試從DefCon 存檔下載一些影片,wget但我得到了這個:

Unable to establish SSL connection.

我嘗試使用wgetwith--no-check-certificate但得到了相同的結果。

問題是什麼?

如何強制 wget 下載文件?

我認為問題出在最後,因為我在使用網路瀏覽器、curl、wget 和 openssl 客戶端時遇到了同樣的問題

~$ openssl s_client -connect media.defcon.org:443 CONNECTED(00000003) 15891:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:188:

他們的洪流頁面對我有用:


$ aria2c "https://www.defcon.org/html/torrent/DEF%20CON%2020%20hacker%20pyramid.torrent"
[#8c954b 0B/0B CN:1 DL:0B]
06/30 18:47:41 [NOTICE] Download complete: /home/dawud/downloads/DEF CON 20 hacker pyramid.torrent

06/30 18:47:41 [NOTICE] IPv4 DHT: listening on UDP port 6889

06/30 18:47:41 [NOTICE] IPv4 BitTorrent: listening on TCP port 6881

*** Download Progress Summary as of Sun Jun 30 18:48:40 2013 ***
=================================================================================================================================================================================================================================

[#0f5992 16MiB/815MiB(2%) CN:2 SD:2 DL:287KiB ETA:47m24s]

引用自:https://serverfault.com/questions/519725