Debug School

Samiran Ghosh
Samiran Ghosh

Posted on

Vagrant fails to load virtual boxes - how to resolve

To run Vagrant images through below command

  • Vagrant init (image name)

Image description

  • Vagrant up

Image description

After that experienced with certificate issue from Vagrant end and It was not download images from remote site.

- Step1:
Download latest CURL tool and paste to vagrant/embedded folder

Note: Latest Curl version must resolve revocation of the Certificate

- Step2:
Add “config.vm.box_download_insecure=true” this line in Vagrantfile where image has declared.

Note: It’s not necessary that this setup we have to do for every system, it depends on our system configuration. I’m experienced with Windows10 machine to got this kind of error.

Image description

Later add that line, target vagrant box has successfully run.

Image description

Top comments (0)