mongodb下载时关于ssl报错问题
漂亮男人
漂亮男人 2017-04-27 09:03:04
0
1
613

背景:

系统: 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

不知道怎么,求解?

漂亮男人
漂亮男人

reply all (1)
仅有的幸福

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.

    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!