Skip to content

Instantly share code, notes, and snippets.

@EdgarOrtegaRamirez
Last active March 22, 2025 13:36
Show Gist options
  • 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