在我最新的15.04 VV盒上,我尝试下载一些VM。
wget -c https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE8/Linux/IE8.Win7.For.Linux.VirtualBox.zip
--2015-07-31 09:43:28-- https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE8/Linux/IE8.Win7.For.Linux.VirtualBox.zip
Resolving az412801.vo.msecnd.net (az412801.vo.msecnd.net)... 192.229.145.200, 2606:2800:10c:249:f81:1c8d:1178:1364
Connecting to az412801.vo.msecnd.net (az412801.vo.msecnd.net)|192.229.145.200|:443... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 3985616237 (3.7G), 3971559386 (3.7G) remaining [application/x-zip-compressed]
Saving to: 'IE8.Win7.For.Linux.VirtualBox.zip’
IE8.Win7.For.Linux. 0%[ ] 14.03M 1.29MB/s in 0.5s
2015-07-31 09:43:29 (1.29 MB/s) - Read error at byte 14712199/3985616237 (error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac). Retrying.我也尝试了不使用'-c‘(继续)选项,但是它得到了相同的错误。
在绝望中,我甚至试图降低SSL的安全性:
$wget -c --secure-protocol=SSLv2 https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE8/Linux/IE8.Win7.For.Linux.VirtualBox.zip
--2015-07-31 12:52:17-- https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE8/Linux/IE8.Win7.For.Linux.VirtualBox.zip
OpenSSL: unimplemented 'secure-protocol' option value 1
Please report this issue to bug-wget@gnu.org
Aborted (core dumped)这是wget、Ubuntu的SSL库或服务器的SSL库中的第一个问题吗?
发布于 2015-07-31 05:54:08
它似乎只发生在这个网站上。
我认为这是网站本身的一个bug。它只发生在连接的深处,即SSL的关键阶段(初始握手)是长期完成的。您可能也无法使用其他程序或浏览器接收数据。
https://askubuntu.com/questions/654904
复制相似问题