wget 报错 “OpenSSL: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure”
·
解决方法:
1.wget https://dl.influxdata.com/influxdb/releases/influxdb-1.1.0.x86_64.rpm
替换成
curl -O -L https://dl.influxdata.com/influxdb/releases/influxdb-1.1.0.x86_64.rpm
-o(小写的 o):结果会被保存到命令行中提供的文件名
-O(大写的 O):URL 中的文件名会被用作保存输出的文件名
-L 选项来跟随链接重定向
2.升级 wget
yum update -y wget
更多推荐
所有评论(0)