To run Vagrant images through below command
- Vagrant init (image name)
- Vagrant up
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.
Later add that line, target vagrant box has successfully run.
Top comments (0)