RubyGem behind an authenticating proxy

  • Thread starter Adriano Rodrigues Ferreira
  • Start date
A

Adriano Rodrigues Ferreira

I would like to use RubyGem from behind an authenticating proxy, Squid, to
be exact.

There is the -P option, but I couldn't get it right. I tried things like

gem -P=http://proxy.mydomain.com:3128/ -Ri module
gem --http_proxy=http://99.2.22.22:3128/ -Ri module (with IP numbers)

and I got just

Attempting remote installation of 'RedCloth'
407 Proxy Authentication Required

Then I tried URLs like this:

http://user:[email protected]:3128/

and also setting environment variables
HTTP_PROXY
HTTP_PROXY_USER
HTTP_PROXY_PASS

But it really didn't care for my efforts. Anybody can give me some
instruction of how to make it work? I am using Windows 2000 (shame one me)
and "ruby 1.8.1 (2003-12-25) [i386-mswin32]".

Best regards,
Adriano.
 
G

Gavin Sinclair

I would like to use RubyGem from behind an authenticating proxy, Squid, to
be exact.

I can't offer any real help; I can only say that RubyGems' proxy
handling is completely outsourced to 'open-uri'. If you can
demonstrate a simple app using just that, in which your particular
proxy works, it would help.

Cheers,
Gavin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top