SSL_connect返回= 1 errno = 0状态= SSLv3读取服务器证书B:证书在WINDOWS上验证失败 [英] SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed on WINDOWS

查看:475
本文介绍了SSL_connect返回= 1 errno = 0状态= SSLv3读取服务器证书B:证书在WINDOWS上验证失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

启动服务器并转到本地主机后,出现错误:

After launching my server and going to localhost, I get the error:

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

在此处尝试了解决方案: http://railsapps.github.com/openssl-certificate-verify-failed.html ,并且无法获取OpenSSL进行更新(版本为0.9.8e).我已经下载了多个OpenSSL软件包,但是在我的开发环境中没有检测到任何软件包.

Tried the solutions here: http://railsapps.github.com/openssl-certificate-verify-failed.html and have been unable to get OpenSSL to update (it's at 0.9.8e). I've downloaded multiple OpenSSL packages but none are being detected in my development environment.

无法使用以下解决方案:

Unable to use solution from: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed due to Windows OS.

这里的解决方案也不适合我:如何解决证书验证失败"在Windows上?

Solutions here not working for me either: How to solve "certificate verify failed" on Windows?

我应该采取什么下一步措施?

What next steps should I take?

推荐答案

尝试将以下行添加到您的Gemfile中

try add the following line into your Gemfile

gem 'certified'

并执行

bundle

再次运行!

这篇关于SSL_connect返回= 1 errno = 0状态= SSLv3读取服务器证书B:证书在WINDOWS上验证失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆