update docstring of ScrapyClientTLSOptions

This commit is contained in:
Lucy Wang 2018-03-14 09:27:59 +08:00
parent 1a2f0193a3
commit 2c58da19a6
1 changed files with 3 additions and 2 deletions

View File

@ -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):