mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
[3.13] Doc: Grammar fix in `library/ssl.rst
`, 'Verifying certificates' (GH-122646) (#122649)
Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (GH-122646)
(cherry picked from commit 06eb9701a1
)
Co-authored-by: scottwoodall <scott.woodall@gmail.com>
This commit is contained in:
parent
4dfae05f88
commit
b1e95d6863
1 changed files with 1 additions and 1 deletions
|
@ -2710,7 +2710,7 @@ Verifying certificates
|
|||
|
||||
When calling the :class:`SSLContext` constructor directly,
|
||||
:const:`CERT_NONE` is the default. Since it does not authenticate the other
|
||||
peer, it can be insecure, especially in client mode where most of time you
|
||||
peer, it can be insecure, especially in client mode where most of the time you
|
||||
would like to ensure the authenticity of the server you're talking to.
|
||||
Therefore, when in client mode, it is highly recommended to use
|
||||
:const:`CERT_REQUIRED`. However, it is in itself not sufficient; you also
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue