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 @@ -1719,10 +1719,10 @@ to speed up repeated connections from the same clients.
1719
1719
Due to the early negotiation phase of the TLS connection, only limited
1720
1720
methods and attributes are usable like
1721
1721
:meth: `SSLSocket.selected_alpn_protocol ` and :attr: `SSLSocket.context `.
1722
- :meth: ` SSLSocket.getpeercert `, :meth: `SSLSocket.getpeercert `,
1723
- :meth: `SSLSocket.cipher ` and :meth: `SSLSocket.compress ` methods require that
1722
+ The :meth: `SSLSocket.getpeercert `,
1723
+ :meth: `SSLSocket.cipher ` and :meth: `SSLSocket.compression ` methods require that
1724
1724
the TLS connection has progressed beyond the TLS Client Hello and therefore
1725
- will not contain return meaningful values nor can they be called safely.
1725
+ will not return meaningful values nor can they be called safely.
1726
1726
1727
1727
The *sni_callback * function must return ``None `` to allow the
1728
1728
TLS negotiation to continue. If a TLS failure is required, a constant
You can’t perform that action at this time.
0 commit comments