That's probably it. I'm using Ruby 1.8.7 on MacOS. I'll try upgrading to 1.9.2 to see if that resolves the problem. Crazily enough, this is a fairly recent issue… wonder what Maven Central changed… Thanks for the idea about upgrading Ruby; I wasn't even thinking in that direction.
- Chris On Aug 27, 2013, at 3:57 PM, Alex Boisvert <[email protected]> wrote: > Weird. I can reproduce with standard Ruby 1.8.7 ... but when I use 1.9.2 > or JRuby 1.7.1 it works ... I'm suspecting some issue with the underlying > HTTP library. > > > On Tue, Aug 27, 2013 at 12:01 PM, Chris Adams <[email protected]> wrote: > >> Hello, >> >> While trying to download artifacts from the central Maven repo, I get the >> following error: >> Failed to download >> http://repo1.maven.org/maven2/org/elasticsearch/elasticsearch/0.90.2/elasticsearch-0.90.2.jar: >> Denied Access >> >> But, if I copy/paste the URL into a browser, the jar file downloads fine. >> >> Any ideas? >> >> Thanks. >> >> - Chris
