class documentation

Non-peer-certificate verifying HTTPS context factory Default OpenSSL method is TLS_METHOD (also called SSLv23_METHOD) which allows TLS protocol negotiation 'A TLS/SSL connection established with [this method] may understand the TLSv1, TLSv1.1 and TLSv1.2 protocols.'

Class Method from_settings Undocumented
Method __init__ Undocumented
Method creatorForNetloc Undocumented
Method getCertificateOptions Undocumented
Method getContext Undocumented
Instance Variable tls_ciphers Undocumented
Instance Variable tls_verbose_logging Undocumented
Instance Variable _ssl_method Undocumented
@classmethod
def from_settings(cls, settings, method=SSL.SSLv23_METHOD, *args, **kwargs): (source)

Undocumented

def __init__(self, method=SSL.SSLv23_METHOD, tls_verbose_logging=False, tls_ciphers=None, *args, **kwargs): (source)

Undocumented

def creatorForNetloc(self, hostname, port): (source)
def getCertificateOptions(self): (source)

Undocumented

def getContext(self, hostname=None, port=None): (source)

Undocumented

tls_ciphers = (source)

Undocumented

tls_verbose_logging = (source)

Undocumented

_ssl_method = (source)

Undocumented