I am using RPX for OpenID Authentication. I am getting the following error. It happens only in windows. It works perfectly in Mac. Can someone please guide me to solve this error.

OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=SSLv3 read server c ertificate B: certificate verify failed)

link|improve this question

61% accept rate
feedback

1 Answer

up vote 0 down vote accepted

adding http.verify_mode = OpenSSL::SSL::VERIFY_NONE to the function where we check the openid rectifies the error.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.