summaryrefslogtreecommitdiffstats
path: root/src/helpers.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers.cr')
-rw-r--r--src/helpers.cr1
1 files changed, 0 insertions, 1 deletions
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 |