背景:
系统: 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... connected.
OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Unable to establish SSL connection.
加了--no-check-certificate还是报错
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
不知道怎么,求解?
Il est temps de mettre à niveau votre openssl et vos autres bibliothèques. SSLv3 a été désactivé en raison de failles de sécurité. Vous avez donc besoin d'une bibliothèque SSL/TLS prenant en charge TLSv1.0, TLSv1.1 ou TLSv1.2 pour accéder à la plupart des sites Web les plus récents dans le monde.