You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/thecodeteam/vagrant.git
cd vagrant/scaleio
vagrant up
Bringing machine 'master' up with 'virtualbox' provider...
Bringing machine 'node01' up with 'virtualbox' provider...
Bringing machine 'node02' up with 'virtualbox' provider...
==> master: Box 'centos_7.3' could not be found. Attempting to find and install...
master: Box Provider: virtualbox
master: Box Version: >= 0
==> master: Box file was not detected as metadata. Adding it directly...
==> master: Adding box 'centos_7.3' (v0) for provider: virtualbox
master: Downloading: https://github.com/CommanderK5/packer-centos-template/releases/download/0.7.3/vagrant-centos-7.3.box
master:
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
fixed by
adding a line to Vagrantfile
config.vm.box_download_insecure = true
The text was updated successfully, but these errors were encountered:
OS:
windows 8.1 x64
Vagrant version:
Vagrant 2.2.4
Issue:
SSL Error when running vagrant up
fixed by
adding a line to Vagrantfile
The text was updated successfully, but these errors were encountered: