RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

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!

New gem to solve SSL certificate verification issues on Ruby 1.9.x

Ruby 1.9.x will not automatically verify SSL certificates when it performs secure operations. This is great, but sometimes (like on Windows systems), Ruby does not have access to the operating system’s ca certificates. This causes certificate verification to fail. ssl_certifier solves this problem by bundling the cURL ca certs and passing them on to OpenURI.

ssl_certifier

Comments

oops, should say Ruby 1.9.x will automatically verify, not will not

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in