Skip to content

Commit

Permalink
Update ssl_.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Sep 25, 2020
1 parent 69e82e3 commit 1bda47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/urllib3/util/ssl_.py
Expand Up @@ -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:
Expand Down

0 comments on commit 1bda47f

Please sign in to comment.