Last active
December 16, 2015 11:19
-
-
Save wbotelhos/5426649 to your computer and use it in GitHub Desktop.
SSL certificate fix (SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE if Rails.env.development? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment