31 Aug 2010
I've recently done a proof of concept using RabbitMQ, Spring AMQP and Spring Integration. This...
21 Jul 2010
In over ten years of experience building software, there are patterns and nuances that you...
13 Jul 2010
I set out to find an elegant solution to providing growl notifications for a JRuby...
05 May 2010
I've started playing around with Heroku lately and ran into an issue when I created...
30 Apr 2010
I've been meaning to investigate something that came to mind a while back and just...

Solved: Installing Gems from Behind a Firewall

Published: 16 Dec 2009
rubygems

For a few years my team has been happily using Ruby and JRuby in our work for a big international bank. Suddenly, we could no longer install or update gems from behind the firewall. We eventually found that the reason for this was that our friendly firewall has decided to block all traffic to and from Amazon S3. This normally wouldn’t be a problem but RubyForge and GitHub recently decided to let Gemcutter.org handle gem hosting and Gemcutter happens to use Amazon S3 to store gems.

The solution is not immediate but forthcoming. The Gemcutter guys are moving toward using Amazon’s CloudFront and will hopefully use a different hostname as a part of that process.

If you’re facing the same problem, I encourage you to chime in on this thread and let Gemcutter know.

Update (January 9, 2010): As of last night, the folks at gemcutter just completed the transition to using Amazon’s CloudFront and in the process solved this issue.


blog comments powered by Disqus