背景:
系統: linux centos6.5+64
使用wget下載:
wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.6.tgz
錯:
--2015-10-10 11:25:52 https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.6.tgz
Resolving fastdl.mongodb.org... 54.230 .156.120, 54.230.156.74, 54.230.156.86, ...
Connecting to fastdl.mongodb.org|54.230.156.120|:443...P.Sected.org|54.230.156.120|:443...P8:0748:OpenS48 HELLO:sslv3 alert handshake failure
Unable to establish SSL connection.
wget --no-check-certificate https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.6.tgz
依照網路說法使用curl下載,還是不行
curl -O -L https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.6.tgz
報錯訊息:curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
你該升級你的 openssl 等函式庫了。 SSLv3 因為安全漏洞而被禁用了,所以你需要一個支援 TLSv1.0、TLSv1.1 或 TLSv1.2 的 SSL/TLS 庫來訪問世界上的絕大多數跟上了時代的網站。