mirror of https://github.com/scrapy/scrapy.git
update docstring of ScrapyClientTLSOptions
This commit is contained in:
parent
1a2f0193a3
commit
2c58da19a6
|
|
@ -63,8 +63,9 @@ if twisted_version >= (14, 0, 0):
|
|||
(for genuinely invalid certificates or bugs in verification code).
|
||||
|
||||
Same as Twisted's private _sslverify.ClientTLSOptions,
|
||||
except that VerificationError and ValueError exceptions are caught,
|
||||
so that the connection is not closed, only logging warnings.
|
||||
except that VerificationError, CertificateError and ValueError
|
||||
exceptions are caught, so that the connection is not closed, only
|
||||
logging warnings.
|
||||
"""
|
||||
|
||||
def _identityVerifyingInfoCallback(self, connection, where, ret):
|
||||
|
|
|
|||
Loading…
Reference in New Issue