no-image

curl: (60) SSL: no alternative certificate subject name matches target host name ‘127.0.0.1’

curl コマンドで https 接続する際

curl: (60) SSL: no alternative certificate subject name matches target host name '127.0.0.1'

というエラーになることがある。

これは証明書の URL と、リクエストURL が一致しないことによる 証明書のエラーになる。

curl コマンドの場合 -k オプションでエラーを無視することができる

curl -k