Ruby on Rails Monday, October 5, 2015



On Thursday, 24 September 2015 17:21:05 UTC-4, Ruby-Forum.com User wrote:

Hello I'm trying to install bundler using this command

gem install bundler

Once i run the command this comes out

ERROR:  While executing gem ... (Errno::ECONNREFUSED)
    Connection refused - recvfrom(2)

Attachments:
http://www.ruby-forum.com/attachment/11115/Untitled1.png

The typical cause of this issue is something that makes an SSL connection to rubygems.org fail. It's hard to say more without additional information: your copy of Ruby may have been installed without OpenSSL, the certificate that issued the one used by Rubygems.org may not be trusted by your machine, a proxy server along the way could be misconfigured.

--Matt Jones

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/44cd1b3b-7255-4297-ae4e-38494d820fc3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment