class ScrapyClientTLSOptions(ClientTLSOptions):
SSL Client connection creator ignoring certificate verification errors (for genuinely invalid certificates or bugs in verification code).
Same as Twisted's private _sslverify.ClientTLSOptions, except that VerificationError, CertificateError and ValueError exceptions are caught, so that the connection is not closed, only logging warnings. Also, HTTPS connection parameters logging is added.
Method | __init__ |
Undocumented |
Method | _identityVerifyingInfoCallback |
Undocumented |
Instance Variable | verbose_logging |
Undocumented |