felix
felix

Reputation: 11542

SSL Error while using rpxnow

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)

Upvotes: 0

Views: 177

Answers (1)

felix
felix

Reputation: 11542

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

Upvotes: 0

Related Questions