class documentation

class ScrapyClientTLSOptions(ClientTLSOptions):

View In Hierarchy

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 _identity​Verifying​Info​Callback Undocumented
Instance Variable verbose​_logging Undocumented
def __init__(self, hostname, ctx, verbose_logging=False):

Undocumented

def _identityVerifyingInfoCallback(self, connection, where, ret):

Undocumented

verbose_logging =

Undocumented