wget本地HTTPS站点?我可以设置用于连接网站的IP wget吗?

时间:2017-03-17 21:28:45

标签: linux ubuntu https debian wget

wget尝试在127.0.0.1连接,但它不起作用。是否可以在不更改/etc/hosts

的情况下设置wget应连接的IP地址

更改/etc/hosts会产生各种其他问题。

我正在运行Debian 8而且我得到了:

ERROR: The certificate of ‘example.com’ is not trusted.

我认为接受未签名证书的方法也可以。

非常感谢!

1 个答案:

答案 0 :(得分:2)

使用wget尝试--no-check-certificate选项。