This is the code I\'m using to connect to the SSL site.
require \'mechanize\' a = Mechanize.new page = a.get \'https://site.com\'
I\"m usin
Luis' answer looks fine but more generally:
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE