curl wget 跳过关闭https证书验证
转自:https://blog.csdn.net/lilongsy/article/details/97630027
wget 'https://192.168.0.100:9200' --no-check-certificate
curl 'https://192.168.0.100:9200' -k
转自:https://blog.csdn.net/lilongsy/article/details/97630027
wget 'https://192.168.0.100:9200' --no-check-certificate
curl 'https://192.168.0.100:9200' -k