背景:
系统: 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
不知道怎么,求解?
You should upgrade your openssl and other libraries. SSLv3 has been disabled due to security vulnerabilities, so you need an SSL/TLS library that supports TLSv1.0, TLSv1.1, or TLSv1.2 to access most up-to-date websites in the world.