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 6dd6ea0 commit e2103fcCopy full SHA for e2103fc
Doc/library/ssl.rst
@@ -2569,7 +2569,7 @@ Verifying certificates
2569
2570
When calling the :class:`SSLContext` constructor directly,
2571
:const:`CERT_NONE` is the default. Since it does not authenticate the other
2572
-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
2573
would like to ensure the authenticity of the server you're talking to.
2574
Therefore, when in client mode, it is highly recommended to use
2575
:const:`CERT_REQUIRED`. However, it is in itself not sufficient; you also
0 commit comments