sh curl - curl wget不验证证书进行https请求

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh curl - curl wget不验证证书进行https请求相关的知识,希望对你有一定的参考价值。

wget 'https://x.x.x.x/get_ips' --no-check-certificate

curl 'https://x.x.x.x/get_ips' -k

以上是关于sh curl - curl wget不验证证书进行https请求的主要内容,如果未能解决你的问题,请参考以下文章

sh 使用WGET和CURL下载

纯 sh + telnet 中的 HTTP POST 文件:没有 curl,没有 wget

sh 在没有wget,curl,socat,nc的情况下执行http请求...

无法使用 wget 或 curl 身份验证下载

linux 测试 get 请求 跳过SSL证书验证

为啥 curl 允许使用文件 URL 方案,但不允许使用 wget