tmatilai / vagrant-proxyconf

Vagrant plugin that configures the virtual machine to use proxies
MIT License
531 stars 74 forks source link

need to decode password for yum.conf #120

Closed sjeandeaux closed 9 years ago

sjeandeaux commented 9 years ago

If you have a password with a character like '@', you need to encode your password in URL proxy. HTTP_PROXY=http://user:encode(password)@proxy_url:proxy_port.

sjeandeaux commented 9 years ago

Bypass => VAGRANT_YUM_HTTP_PROXY=http://user:password@proxy_url:proxy_port