kindredgroup / puppet-forge-server

Private Puppet forge server supports local files and both v1 and v3 API proxies
69 stars 44 forks source link

http_proxy authentication not working. #47

Closed senax closed 8 years ago

senax commented 8 years ago

Hi,

At work we have to authenticate to our web proxy. Setting ENV['http_proxy'] does not work for this as OpenURI does not support the http://username:password@proxy:port/ syntax.

I've got a patch to make this work and will submit a pull request shortly.

Thanks, Frank

i11 commented 8 years ago

Feel free to close it, since you've fixed it yourself with https://github.com/unibet/puppet-forge-server/pull/48. Thank you once again!

senax commented 8 years ago

Thanks