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

Skip to content

Commit 84a2edc

Browse files
committed
Issue #13747: fix documentation error about the default SSL version.
1 parent 66e2fb6 commit 84a2edc

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/library/ssl.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,8 @@ instead.
108108
The parameter ``ssl_version`` specifies which version of the SSL protocol to
109109
use. Typically, the server chooses a particular protocol version, and the
110110
client must adapt to the server's choice. Most of the versions are not
111-
interoperable with the other versions. If not specified, for client-side
112-
operation, the default SSL version is SSLv3; for server-side operation,
113-
SSLv23. These version selections provide the most compatibility with other
111+
interoperable with the other versions. If not specified, the default is
112+
:data:`PROTOCOL_SSLv23`; it provides the most compatibility with other
114113
versions.
115114

116115
Here's a table showing which versions in a client (down the side) can connect

0 commit comments

Comments
 (0)