From 1bda47f52e32348f2b5306565470b873e9e21181 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Thu, 24 Sep 2020 21:39:50 -0500 Subject: [PATCH] Update ssl_.py --- src/urllib3/util/ssl_.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/urllib3/util/ssl_.py b/src/urllib3/util/ssl_.py index a65febef9f..70982a58c1 100644 --- a/src/urllib3/util/ssl_.py +++ b/src/urllib3/util/ssl_.py @@ -256,7 +256,7 @@ def create_urllib3_context( ``ssl.CERT_REQUIRED``. :param options: Specific OpenSSL options. These default to ``ssl.OP_NO_SSLv2``, - ``ssl.OP_NO_SSLv3``, ``ssl.OP_NO_COMPRESSION``. + ``ssl.OP_NO_SSLv3``, ``ssl.OP_NO_COMPRESSION``, and ``ssl.OP_NO_TICKET``. :param ciphers: Which cipher suites to allow the server to select. :returns: