vagrant up 時にSSLエラー が出た時の対策

エラーメッセージ
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
SSL certificate problem: self signed certificate in certificate chain

 

現象
 

 

対策
Vagrantfileに以下の一文を追加する
 
  config.vm.box_download_insecure = true
 
参考
https://github.com/hashicorp/vagrant/issues/5001

 

超おすすめ書籍

「vagrant up 時にSSLエラー が出た時の対策」への1件のフィードバック

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です