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.
Comments
oops, should say Ruby 1.9.x will automatically verify, not will not
Post a comment