Skip to content

Instantly share code, notes, and snippets.

@stevegraham
Created August 26, 2011 01:04
Show Gist options
  • Save stevegraham/1172438 to your computer and use it in GitHub Desktop.
Save stevegraham/1172438 to your computer and use it in GitHub Desktop.
require 'net/https'
https = Net::HTTP.new('api.twilio.com', 443)
https.use_ssl = true
https.verify_mode = OpenSSL::SSL::VERIFY_PEER
https.request_get('/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment