Commit 84a2edcd authored by Antoine Pitrou's avatar Antoine Pitrou

Issue #13747: fix documentation error about the default SSL version.

parent 66e2fb68
...@@ -108,9 +108,8 @@ instead. ...@@ -108,9 +108,8 @@ instead.
The parameter ``ssl_version`` specifies which version of the SSL protocol to The parameter ``ssl_version`` specifies which version of the SSL protocol to
use. Typically, the server chooses a particular protocol version, and the use. Typically, the server chooses a particular protocol version, and the
client must adapt to the server's choice. Most of the versions are not client must adapt to the server's choice. Most of the versions are not
interoperable with the other versions. If not specified, for client-side interoperable with the other versions. If not specified, the default is
operation, the default SSL version is SSLv3; for server-side operation, :data:`PROTOCOL_SSLv23`; it provides the most compatibility with other
SSLv23. These version selections provide the most compatibility with other
versions. versions.
Here's a table showing which versions in a client (down the side) can connect Here's a table showing which versions in a client (down the side) can connect
......
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