Skip to content

SSL Certificate Verify Failed

Lakshya Kapoor edited this page Apr 9, 2019 · 2 revisions

If you are getting an error like this (especially common on Windows):

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

Add the following to your Gemfile:

gem 'net_http_ssl_fix'

Add the following to your code:

require 'net_http_ssl_fix'