We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8b114 commit e5252c6Copy full SHA for e5252c6
Doc/library/ssl.rst
@@ -2592,7 +2592,7 @@ disabled by default.
2592
>>> client_context.maximum_version = ssl.TLSVersion.TLSv1_3
2593
2594
2595
-The SSL context created above will only allow TLSv1.2 and later (if
+The SSL context created above will only allow TLSv1.3 and later (if
2596
supported by your system) connections to a server. :const:`PROTOCOL_TLS_CLIENT`
2597
implies certificate validation and hostname checks by default. You have to
2598
load certificates into the context.
0 commit comments