Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed9c070

Browse files
committed
Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
1 parent 17352ff commit ed9c070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/ssl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ instead.
205205

206206
.. rubric:: Footnotes
207207
.. [1] :class:`SSLContext` disables SSLv2 with :data:`OP_NO_SSLv2` by default.
208-
.. [2] :class:`SSLContext` disables SSLv2 with :data:`OP_NO_SSLv2` by default.
208+
.. [2] :class:`SSLContext` disables SSLv3 with :data:`OP_NO_SSLv3` by default.
209209
210210
.. note::
211211

0 commit comments

Comments
 (0)