File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1753,10 +1753,10 @@ to speed up repeated connections from the same clients.
1753
1753
Due to the early negotiation phase of the TLS connection, only limited
1754
1754
methods and attributes are usable like
1755
1755
:meth: `SSLSocket.selected_alpn_protocol ` and :attr: `SSLSocket.context `.
1756
- :meth: ` SSLSocket.getpeercert `, :meth: `SSLSocket.getpeercert `,
1757
- :meth: `SSLSocket.cipher ` and :meth: `SSLSocket.compress ` methods require that
1756
+ The :meth: `SSLSocket.getpeercert `,
1757
+ :meth: `SSLSocket.cipher ` and :meth: `SSLSocket.compression ` methods require that
1758
1758
the TLS connection has progressed beyond the TLS Client Hello and therefore
1759
- will not contain return meaningful values nor can they be called safely.
1759
+ will not return meaningful values nor can they be called safely.
1760
1760
1761
1761
The *sni_callback * function must return ``None `` to allow the
1762
1762
TLS negotiation to continue. If a TLS failure is required, a constant
You can’t perform that action at this time.
0 commit comments