class documentation

class ScrapyClientTLSOptions(ClientTLSOptions): (source)

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
Instance Variable verbose_logging Undocumented
Method _identityVerifyingInfoCallback Undocumented
def __init__(self, hostname, ctx, verbose_logging=False): (source)

Undocumented

verbose_logging = (source)

Undocumented

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

Undocumented