Hello, In my environment, we a have a corp proxy enabled for internet access. I have HTTP_PROXY and HTTPS_PROXY set to http://abc.xyz.com:9999. This setting enables me to download other packages from the internet but vagrant fails:
bash-3.2$ vagrant plugin install vagrant-proxyconf Installing the 'vagrant-proxyconf' plugin. This can take a few minutes... /opt/vagrant/embedded/lib/ruby/2.2.0/net/http/response.rb:119:in `error!': 407 "AuthorizedOnly" (Net::HTTPServerException) I set http_proxy and https_proxy to include user:password using the format http://<username>:<password>abc.xyz.com:9999 I'm getting invalid URI error: URI::InvalidURIError) from /opt/vagrant/embedded/lib/ruby/2.2.0/uri/rfc3986_parser.rb:72:in `parse' What's wrong with my proxy URI above? Thanks, Sanjiv -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/1dcc9a85-96df-45d0-aa1d-cfd733adec29%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
