Ariyan Asked: 2013-07-01 07:49:08 +0800 CST2013-07-01 07:49:08 +0800 CST 2013-07-01 07:49:08 +0800 CST 无法使用 wget 从 https 地址下载 772 我正在尝试从DefCon 存档下载一些视频,wget但我得到了这个: Unable to establish SSL connection. 我尝试使用wgetwith--no-check-certificate但得到了相同的结果。 问题是什么? 如何强制 wget 下载文件? ssl 2 个回答 Voted Best Answer Epaphus 2013-07-01T08:22:06+08:002013-07-01T08:22:06+08:00 我认为问题出在最后,因为我在使用网络浏览器、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: dawud 2013-07-01T08:51:25+08:002013-07-01T08:51:25+08:00 他们的洪流页面对我有用: $ 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]
我认为问题出在最后,因为我在使用网络浏览器、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:
他们的洪流页面对我有用: