Skip to content

Commit

Permalink
pythongh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (python#105404)
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaninjas committed Jul 22, 2023
1 parent ae8b114 commit e5252c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/ssl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2592,7 +2592,7 @@ disabled by default.
>>> client_context.maximum_version = ssl.TLSVersion.TLSv1_3


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
supported by your system) connections to a server. :const:`PROTOCOL_TLS_CLIENT`
implies certificate validation and hostname checks by default. You have to
load certificates into the context.
Expand Down

0 comments on commit e5252c6

Please sign in to comment.