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.
library/ssl.rst
1 parent a376879 commit cb15b65Copy full SHA for cb15b65
Doc/library/ssl.rst
@@ -2710,7 +2710,7 @@ Verifying certificates
2710
2711
When calling the :class:`SSLContext` constructor directly,
2712
:const:`CERT_NONE` is the default. Since it does not authenticate the other
2713
-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
2714
would like to ensure the authenticity of the server you're talking to.
2715
Therefore, when in client mode, it is highly recommended to use
2716
:const:`CERT_REQUIRED`. However, it is in itself not sufficient; you also
0 commit comments