wget 'https://192.168.0.100:9200' --no-check-certificate
curl 'https://192.168.0.100:9200' -k
curl wget 跳过关闭https证书验证
最新推荐文章于 2025-02-06 16:09:47 发布
wget 'https://192.168.0.100:9200' --no-check-certificate
curl 'https://192.168.0.100:9200' -k