httparty openssl :: ssl :: verify_none

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

puts res.body
Lioruby