You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use Gemstash as a proxy? When I invoke gem install from a server that can't reach the internet, the server requests /latest_specs.4.8.gz to which Gemstash returns a 302 redirect rather than attempting to fetch the file itself:
Gemstash was originally created as a proxy for Bundler, so as of today it only proxies requests for the Bundler API. It does a small amount of caching, but it does not (yet) support fully-offline operation. Pull requests to add that would be welcome!
Can we run ruby gem on a server running behind the firewall, and rubygem.org is only accessible from proxy?
How can I tell gemstash to connect rubygem.org with http_proxy?
I have tried with http_proxy in .gemrc and also set https_proxy="proxy.com" and http_proxy="proxy.com" but still getting error 302.
Hello,
Is it possible to use Gemstash as a proxy? When I invoke gem install from a server that can't reach the internet, the server requests /latest_specs.4.8.gz to which Gemstash returns a 302 redirect rather than attempting to fetch the file itself:
Is this the correct behaviour? I was hoping to use Gemstash to install Gems for servers behind a firewall.
The text was updated successfully, but these errors were encountered: