Restclient error

caught RestClient::SSLCertificateNotVerified: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed:

Are you on MS Windows?

Take a look at http://mislav.uniqpath.com/2013/07/ruby-openssl/ which will walk through how to troubleshoot this.

–Matt Jones

I had the similar problem and I found Rails Talk topic, ‘Stuck with Rails installation’ where Sushruth Sivaramakrishnan comment very helpful.
"Mar 3 Re: [Rails] Re: Re: Stuck with rails installation. Hemant, visit this page https://gist.github.com/luislavena/f064211759ee0f806c88 "

I followed the directions to the letter and ‘SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed’ error was resolved.

BTW, I am using Windows 7 and Aptana which contains multiple versions of Rails.

Hope this helps.

Liz

PS: My suggestion may be redundant to Matt’s