Skip to content

Instantly share code, notes, and snippets.

@EdgarOrtegaRamirez
Last active January 14, 2021 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save EdgarOrtegaRamirez/b20e1d8263311d53ee891e9f5e2509f0 to your computer and use it in GitHub Desktop.
Save EdgarOrtegaRamirez/b20e1d8263311d53ee891e9f5e2509f0 to your computer and use it in GitHub Desktop.
Ruby: Disable OpenSSL certificate verification
require 'openssl'
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment