Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host bb-m.rubygems.org is not responding to SSL requests #845

Closed
bkeyser opened this issue Mar 7, 2014 · 1 comment
Closed

Host bb-m.rubygems.org is not responding to SSL requests #845

bkeyser opened this issue Mar 7, 2014 · 1 comment

Comments

@bkeyser
Copy link

bkeyser commented Mar 7, 2014

When attempting to install yard, I received the following error

[root@pptest ~]# gem i yard
ERROR: Could not find a valid gem 'yard' (>= 0), here is why:
Unable to download data from https://rubygems.org/ - Errno::ECONNREFUSED: Connection refused - connect(2) (https://api.rubygems.org/quick/Marshal.4.8/yard-0.8.7.3.gemspec.rz)

Once the URL was provided, I attempted to connect to the URL using curl

[root@pptest tmp]# curl -D - https://api.rubygems.org/quick/Marshal.4.8/yard-0.8.7.3.gemspec.rz
HTTP/1.1 302 Moved Temporarily
Server: nginx
Date: Fri, 07 Mar 2014 02:40:59 GMT
Content-Type: text/html
Content-Length: 154
Connection: keep-alive
Location: https://bb-m.rubygems.org/quick/Marshal.4.8/yard-0.8.7.3.gemspec.rz

<title>302 Found</title>

302 Found


nginx

Next, I attempted to connect to the referenced URL and received the error message

[root@pptest tmp]# curl https://bb-m.rubygems.org/quick/Marshal.4.8/yard-0.8.7.3.gemspec.rz
curl: (7) couldn't connect to host

I could ping the host, mirror01.c45627.blueboxgrid.com, but could not connect to port 443. Is there a problem with this host?

@drbrain
Copy link
Member

drbrain commented Mar 7, 2014

Please open an issue on help.rubygems.org and ping Evan in IRC on #rubygems on freenode.

This tracker is for problems with the client itself.

@drbrain drbrain closed this as completed Mar 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants