2

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

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.

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

What next steps should I take?

Community
  • 1
  • 1
user1318135
  • 717
  • 2
  • 12
  • 36

1 Answers1

7

try add the following line into your Gemfile

gem 'certified'

and execute

bundle

Run again!

Yi Feng Xie
  • 4,378
  • 1
  • 26
  • 29