无法使用 wget 从 https 地址下载

无法使用 wget 从 https 地址下载

我正在尝试从DefCon 档案使用wget但我得到了这个:

Unable to establish SSL connection.

我尝试使用wgetwith,--no-check-certificate但结果相同。
问题是什么?
如何强制 wget 下载文件?

答案1

我认为问题出在他们那边,因为我在使用网络浏览器、curl、wget 和 openssl 客户端时也遇到了同样的问题

~$ openssl s_client -connect media.defcon.org:443 CONNECTED(00000003) 15891:错误:140790E5:SSL 例程:SSL23_WRITE:ssl 握手失败:s23_lib.c:188:

答案2

他们的种子页面对我有用:


$ 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]

相关内容