Commit f74d04f8 authored by Christian Heimes's avatar Christian Heimes

Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.

parent b8eb4503
......@@ -205,7 +205,7 @@ instead.
.. rubric:: Footnotes
.. [1] :class:`SSLContext` disables SSLv2 with :data:`OP_NO_SSLv2` by default.
.. [2] :class:`SSLContext` disables SSLv2 with :data:`OP_NO_SSLv2` by default.
.. [2] :class:`SSLContext` disables SSLv3 with :data:`OP_NO_SSLv3` by default.
.. note::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment