Wget over SSL给出:无法建立SSL连接

Jas*_*son 3 linux ssl centos wget

这可能是与其他人提到的类似的帖子,但wget with --no-check-certificate返回"无法建立SSL连接"

wget https://example.com/xyz
Unable to establish SSL connection.
Run Code Online (Sandbox Code Playgroud)

与卷曲相同.

有什么办法解决吗?

Ali*_*var 11

尝试 wget --no-check-certificate https://example.com/xyz

  • 不适合我:-( (13认同)