curl wget 不验证证书进行https请求【转】

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


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

 

转自

curl wget 不验证证书进行https请求 - CSDN博客
http://blog.csdn.net/bytxl/article/details/46989667

posted @ 2017-12-21 03:31  paul_hch  阅读(9901)  评论(0编辑  收藏  举报