Skip to content

Instantly share code, notes, and snippets.

@pedro
Created January 29, 2013 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedro/4668444 to your computer and use it in GitHub Desktop.
Save pedro/4668444 to your computer and use it in GitHub Desktop.
module Faraday
class Adapter
class NetHttp
def ssl_verify_mode(ssl)
OpenSSL::SSL::VERIFY_NONE
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment