Unable to establish SSL connection

当wget出现如下错误:

Can’t connect to HTTPS URL because the SSL module is not available

需要安装:

# sudo apt-get install openssl

当wget出现如下错误:

Unable to establish SSL connection

还需要安装:

# sudo apt-get install libssl-dev
posted @ 2018-07-14 10:00  thomas_blog  阅读(3347)  评论(0)    收藏  举报