Skip to content

Instantly share code, notes, and snippets.

@benphelps
Created June 18, 2012 01:14
Show Gist options
  • Save benphelps/2946274 to your computer and use it in GitHub Desktop.
Save benphelps/2946274 to your computer and use it in GitHub Desktop.
req = Net::HTTP::Post.new(url.request_uri)
req.use_ssl = true
#<NoMethodError: undefined method `use_ssl=' for #<Net::HTTP::Post POST>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment