使用 rpxnow 时发生 SSL 错误
我正在使用 RPX 进行 OpenID 身份验证。我收到以下错误。它只发生在 Windows 中。它在 Mac 中完美运行。有人可以指导我解决这个错误吗?
OpenSSL::SSL::SSLError (SSL_connect 返回=1 errno=0 状态=SSLv3 读取服务器证书 B:证书验证失败)
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)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 http.verify_mode = OpenSSL::SSL::VERIFY_NONE 添加到我们检查 openid 的函数中可以纠正错误。
adding http.verify_mode = OpenSSL::SSL::VERIFY_NONE to the function where we check the openid rectifies the error.