Restclient error

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

On Wednesday, 5 August 2015 01:36:35 UTC-4, venkata sai Reddy wrote:

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

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

–Matt J.

Are you on MS Windows?

El miércoles, 5 de agosto de 2015, 1:06:35 (UTC-4:30), venkata sai Reddy
escribió:

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