While trying to use OpenURI in Ruby to connect to a https site, I kept running into an error with certificates - OpenSSL::SSL::SSLError: certificate verify failed.
After some digging around on google I found a lot of solutions, but all of them involved manually specifying a path to a cert file or…
