centos6.5环境wget报错Unable to establish SSL connection

centos6.5环境wget报错Unable to establish SSL connection


[root@centossz008 src]# wget --no-check-certificate https://github.com/ideawu/ssdb/archive/master.zip
--2107-05-17 16:42:45-- https://github.com/ideawu/ssdb/archive/master.zip
Resolving github.com... 192.168.1.13
Connecting to github.com|192.168.1.13|:443... connected.
OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
Unable to establish SSL connection.

解决办法;
升级wget到最新版即可
# yum update wget

posted @ 2017-05-17 16:59  reblue520  阅读(2171)  评论(0编辑  收藏  举报