X

wgetでURLがhttps(ssl)の時ダウンロードできない

wgetでURLがhttps(ssl)の時ダウンロードできない時

エラーにこんな感じで出ている

ERROR: certificate common name `*.a.ssl.fastly.net’ doesn’t match requested host name `hogehoge.org’.
To connect to pypi.hogehoge.org insecurely, use `–no-check-certificate’.

書いてある通り↓のオプションを足せばいい

–no-check-certificate
wget –no-check-certificate https:hogehoge~

他にも回避方法があるけど、また今度

Categories: linux コマンド
higherhope: