Skip to content

Instantly share code, notes, and snippets.

@matheusportela
Created May 15, 2018 18:59
Show Gist options
  • Save matheusportela/253f1a6492e2a6e083a94170742e4e1c to your computer and use it in GitHub Desktop.
Save matheusportela/253f1a6492e2a6e083a94170742e4e1c to your computer and use it in GitHub Desktop.
Suppress OpenSSL warnings in Ruby (e.g. WARNING: OpenSSL::SSL::VERIFY_PEER == OpenSSL::SSL::VERIFY_NONE)
require 'openssl'
$VERBOSE = nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment