module documentation

Undocumented

Class ScrapyClientTLSOptions SSL Client connection creator ignoring certificate verification errors (for genuinely invalid certificates or bugs in verification code).
Constant DEFAULT_CIPHERS Undocumented
Constant METHOD_TLS Undocumented
Variable logger Undocumented
Variable METHOD_TLSv10 Undocumented
Variable METHOD_TLSv11 Undocumented
Variable METHOD_TLSv12 Undocumented
Variable openssl_methods Undocumented
DEFAULT_CIPHERS = (source)

Undocumented

Value
AcceptableCiphers.fromOpenSSLCipherString('DEFAULT')
METHOD_TLS: str = (source)

Undocumented

Value
'TLS'

Undocumented

METHOD_TLSv10: str = (source)

Undocumented

METHOD_TLSv11: str = (source)

Undocumented

METHOD_TLSv12: str = (source)

Undocumented

openssl_methods = (source)

Undocumented