mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Issue #13747: fix documentation error about the default SSL version.
This commit is contained in:
parent
66e2fb68ac
commit
84a2edcdf7
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue