Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
Closed this issue · 18 comments
Is rails-assets down at the moment? - My CircleCI is failing with:
Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
Could not fetch specs from https://rails-assets.org/
Exited with code exit status 17
CircleCI received exit code 17
Thank you!!
@hut8 Bump - getting this error again this morning.
$ bundle install
Fetching source index from https://rails-assets.org/
Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
Could not fetch specs from https://rails-assets.org/
$ curl -I https://rails-assets.org/
curl: (7) Failed to connect to rails-assets.org port 443: Operation timed out
This is happening again right now
This isn't still happening for you right?
It's working now Tx
@joshjordan / @hut8 I am seeing this issue again. I tried http://insecure.rails-assets.org/
as well, but no luck.
#0 22.50 Fetching source index from https://rails-assets.org/
#0 82.58
#0 82.58 Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
#0 142.6
#0 142.6 Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
#0 202.7
#0 202.7 Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from https://rails-assets.org/
#0 262.7
#0 262.8 Could not fetch specs from https://rails-assets.org/
Looks like I posted the wrong logs initially - I was seeing the same output using https
. At any rate, it seems to be working fine now! Thanks
https://rails-assets.org is online, but I am getting this exact error, everything configured appropriately to HTTPS - the exact same config used to work until about a week ago :/
@xeruf does http://insecure.rails-assets.org work?
The issue seems to be local, as rubygems also fails, still trying to find out what is going on...