首页 > 代码库 > wget 怎么下载https的连接错误: Unable to establish SSL connection

wget 怎么下载https的连接错误: Unable to establish SSL connection

curl -O https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.4.11.tgz?_ga=1.33040702.1440244624.1410347116或者wget --no-check-certificate https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.4.11.tgz?_ga=1.33040702.1440244624.1410347116

wget不行的话就实用curl命令

wget 怎么下载https的连接错误: Unable to establish SSL connection