I installed vagrant version 2.3.6, but I have an issue when I execute the next command:
vagrant plugin install vagrant-reload
Installing the ‘vagrant-reload’ plugin. This can take a few minutes… ERROR: SSL verification error at depth 3: unable to get local issuer certificate (20)
ERROR: You must add /C=US/O=Starfield Technologies, Inc./OU=Starfield Class 2 Certification Authority to your local trusted store
Vagrant failed to load a configured plugin source. This can be caused by a variety of issues including: transient connectivity issues, proxy filtering rejecting access to a configured plugin source, or a configured plugin source not responding correctly. Please review the error message below to help resolve the issue:
SSL_connect SYSCALL returned=5 errno=0 peeraddr=108.156.184.73:443 state=error: certificate verify failed (
https://gems.hashicorp.com/specs.4.8.gz
)
Source:
https://gems.hashicorp.com/
Windows 10 pro x64
Thank you.
Hi there,
There was a certificate bundle installation issue with the 2.3.6 release. The latest release of Vagrant will resolve this so
upgrading Vagrant
will fix this issue.
Cheers!