File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1005,7 +1005,7 @@ to speed up repeated connections from the same clients.
10051005 :data: `CERT_NONE `. At least one of *cafile * or *capath * must be specified.
10061006
10071007 This method can also load certification revocation lists (CRLs) in PEM or
1008- or DER format. In order to make use of CRLs, :attr: `SSLContext.verify_flags `
1008+ DER format. In order to make use of CRLs, :attr: `SSLContext.verify_flags `
10091009 must be configured properly.
10101010
10111011 The *cafile * string, if present, is the path to a file of concatenated
@@ -1671,7 +1671,7 @@ Manual settings
16711671Verifying certificates
16721672''''''''''''''''''''''
16731673
1674- When calling the the :class: `SSLContext ` constructor directly,
1674+ When calling the :class: `SSLContext ` constructor directly,
16751675:const: `CERT_NONE ` is the default. Since it does not authenticate the other
16761676peer, it can be insecure, especially in client mode where most of time you
16771677would like to ensure the authenticity of the server you're talking to.
You can’t perform that action at this time.
0 commit comments