Skip to content

Commit

Permalink
[3.10] pythongh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (pytho…
Browse files Browse the repository at this point in the history
…nGH-105404) (python#107039)

Co-authored-by: Jocelyn Castellano <[email protected]>
  • Loading branch information
miss-islington and pandaninjas authored Jul 22, 2023
1 parent f91dfdf commit a9e5e59
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 @@ -2690,7 +2690,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 a9e5e59

Please sign in to comment.