From 496a8bf67beb4e8147034d2cd0bb8e6c9baec9f2 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sun, 11 Mar 2018 10:43:34 -0500 Subject: [PATCH] Verify SSL certificates --- src/helpers.cr | 1 - 1 file changed, 1 deletion(-) 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 |