wget无法下载带有https的文件

2018-11-09 18:12:27 6430

wget无法下载带有https的文件


wget https://www.landui.com/source/openssl-1.1.0e.tar.gz

–2017-03-17 10:35:52– https://www.landui.com/source/openssl-1.1.0e.tar.gz

Resolving www.landui.com… 23.212.19.66, 2600:1406:28:288::c1e, 2600:1406:28:28b::c1e

Connecting to www.landui.com|23.212.19.66|:443… connected.

ERROR: cannot verify www.landui.com’s certificate, issued by `/C=US/O=Let’s Encrypt/CN=Let’s Encrypt Authority X3′:

Unable to locally verify the issuer’s authority.

To connect to www.landui.com insecurely, use `–no-check-certificate’.

Unable to establish SSL connection.

 


加上–no-check-certificate参数即可


wget --no-check-certificate https://www.landui.com/source/openssl-1.1.0e.tar.gz


提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: