Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Error #82

Open
jaweesh opened this issue Apr 30, 2019 · 0 comments
Open

SSL Error #82

jaweesh opened this issue Apr 30, 2019 · 0 comments

Comments

@jaweesh
Copy link

jaweesh commented Apr 30, 2019

OS:

windows 8.1 x64

Vagrant version:

Vagrant 2.2.4

Issue:

SSL Error when running vagrant up

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant