curl wget 不验证证书进行https请求
$ wget "https://x.x.x.x/get_ips" --no-check-certificate
$ curl "https://x.x.x.x/get_ips" -k
声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。
$ wget "https://x.x.x.x/get_ips" --no-check-certificate
$ curl "https://x.x.x.x/get_ips" -k