启动我的服务器并转到localhost后,出现错误:
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软件包,但在我的开发环境中没有检测到任何软件包。
由于Windows操作系统无法使用来自SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed的解决方案。
此处的解决方案不适用于我:How to solve "certificate verify failed" on Windows?
我应该采取哪些后续步骤?
答案 0 :(得分:7)
尝试将以下行添加到您的Gemfile
中gem 'certified'
并执行
bundle
再次跑步!