Hello, i’m tryng to install gem package on my vm. Downloads from internet require a proxy authentication using DOMAIN\username
Declaring proxy as environment variable works for all the downloads, but doesn’ t work with gem.
Exception `URI::InvalidURIError’ at /opt/rh/rh-ruby27/root/usr/share/ruby/uri/rfc3986_parser.rb:67 - bad URI(is not URI?): “http://DOMAIN\\username:password@proxyserver:proxyport”
ERROR: While executing gem … (URI::InvalidURIError)
Same issue when using the directive --http-proxy
Could you please tell me how to correctly set the proxy?
Thanks and regards
Ivan