Httparty OpenSSL :: SSL :: Verify_none

res = HTTParty.get(url, :verify => false)

puts res.body
Lioruby