Ruby SSL: Certificate Verify Failed
A quick post showing how to fix the read server certificate B: certificate verify failed SSL error.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
A quick post showing how to fix the read server certificate B: certificate verify failed SSL error.
Comments
There’s a gem that fixes that instead of overriding the setter for use_ssl:
https://github.com/wingrunr21/ssl_certifier
Post a comment