httpsアクセス時にSSL証明書のチェックをしない

curl

--insecure

curl --insecure https://www.example.com/
wget

--no-check-certificate

wget --no-check-certificate https://www.example.com/