Guest User

Untitled

a guest
Jun 22nd, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. vagrant plugin install vagrant-proxyconf
  2.  
  3. Installing the 'vagrant-proxyconf' plugin. This can take s few minutes...
  4. ERROR: SSL verification error at depth 1: unable to get local issuer certificate (20)
  5. ERROR: You must add /DC=net/DC=<MY_COMPANY>/DC=corp/CN=<CA-Name> to your local trusted store
  6. Vagrant failed to load a configured plugin source. This can be caused by a variety of issues, proxy filtering rejecting access to a configured plugin store, or a configured plugin source not responding correctly. Please review the error message below to help resolve the issue:
  7.  
  8. SSL_connect returned=1 errno=0 state=error: certificate verify failed (https://api.rubygems.org/specs.4.8.gz)
  9.  
  10. set http_proxy=http://user:password@host:port
  11. set https_proxy=http://user:password@host:port
  12. vagrant plugin install vagrant-proxyconf
Add Comment
Please, Sign In to add comment