I am trying to install ruby gems on my MacOS OS X 10.5.1 behind a corporate firewall proxy. But I am getting an error about connection refused
.
How can I install Ruby gems on a Mac behind a corporate proxy?
I am trying to install ruby gems on my MacOS OS X 10.5.1 behind a corporate firewall proxy. But I am getting an error about connection refused
.
How can I install Ruby gems on a Mac behind a corporate proxy?
Specify the proxy to use:
If it's a Windows proxy (common in EnterpriseLand), it will use a custom NTLM authentication, which normal Unix apps don't do. To fix it, get NTLMAPS - a small Python app that acts as a local regular proxy and handballs your credential via NTLM authentication to the Windows proxy.
Download the gem to your harddrive and install it manually by doing