Already a lot of time spent on solving errors when starting Vagrant. What I did: 1. Download Vagrant. (vagrant -v -> Vagrant 2.2.4) 2. Using the service puphpet.com created Vagrantfile and configuration folders 3. Unpacked the archive created by puphpet.com (Vagrantfile, etc.) and placed in the project folder: m2 / www / project 4. I ran the command in the vagrant up console and got the error:
C:\Users\Alexey\Documents\m2\www\project>vagrant up Bringing machine 'm2' up with 'virtualbox' provider... ==> m2: Box 'bento/ubuntu-16.04' could not be found. Attempting to find and install... m2: Box Provider: virtualbox m2: Box Version: >= 0 ==> m2: Loading metadata for box 'bento/ubuntu-16.04' m2: URL: https://vagrantcloud.com/bento/ubuntu-16.04 ==> m2: Adding box 'bento/ubuntu-16.04' (v201812.27.0) for provider: virtualbox m2: Downloading: https://vagrantcloud.com/bento/boxes/ubuntu-16.04/versions/201812.27.0/providers/virtualbox.box m2: Download redirected to host: vagrantcloud-files-production.s3.amazonaws.com m2: 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
Error loading remote file. How to fix it? And why did it arise? Of all the tips, none helped, including https://stackoverflow.com/questions/23874260/error-when-trying-vagrant-up. If you create a Vagrantfile using vagrant init hashicorp / precise32, then vagrant up will come out same mistake. SLL-certificate is not to blame, like, or am I mistaken?