diff --git a/src/helpers.cr b/src/helpers.cr index 784306c2..ec07b6c1 100644 --- a/src/helpers.cr +++ b/src/helpers.cr @@ -257,7 +257,6 @@ end def make_client(url) context = OpenSSL::SSL::Context::Client.new - context.verify_mode = OpenSSL::SSL::VerifyMode::NONE context.add_options( OpenSSL::SSL::Options::ALL | OpenSSL::SSL::Options::NO_SSL_V2 |