httparty openSSL :: SSL :: verify_none

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

puts res.body
Lioruby