Wget over SSL 给出:无法建立 SSL 连接
Wget over SSL gives: Unable to establish SSL connection
这可能与其他人提到的 post 相似,但 wget 带有 --no-check-certificate returns "Unable to establish SSL connection"
wget https://example.com/xyz
Unable to establish SSL connection.
与卷曲相同。
有什么办法可以解决吗?
尝试wget --no-check-certificate https://example.com/xyz
这可能与其他人提到的 post 相似,但 wget 带有 --no-check-certificate returns "Unable to establish SSL connection"
wget https://example.com/xyz
Unable to establish SSL connection.
与卷曲相同。
有什么办法可以解决吗?
尝试wget --no-check-certificate https://example.com/xyz