curl
で IPアドレスに対してSSLの検証を行う場合、 -H
で Host:
を指定してもverificationが失敗してしまいます。そのような場合には
curl --resolve '<domain>:443:<IP>' https://<domain>
のようにcurl
自身に名前解決させると良いです
Go to list of users who liked
More than 5 years have passed since last update.
curl
で IPアドレスに対してSSLの検証を行う場合、 -H
で Host:
を指定してもverificationが失敗してしまいます。そのような場合には
curl --resolve '<domain>:443:<IP>' https://<domain>
のようにcurl
自身に名前解決させると良いです
Register as a new user and use Qiita more conveniently
Go to list of users who liked