twisted.internet.interfaces.IReactorSSL.connectSSL(host, port, factory, contextFactory, timeout=30, bindAddress=None) method documentationtwisted.internet.interfaces.IReactorSSL
          View Source
          
        
      Connect a client Protocol to a remote SSL socket.
| Parameters | host | a host name | 
| port | a port number | |
| factory | a twisted.internet.protocol.ClientFactoryinstance | |
| contextFactory | a twisted.internet.ssl.ClientContextFactoryobject. | |
| timeout | number of seconds to wait before assuming the connection has failed. | |
| bindAddress | a (host, port) tuple of local address to bind to, or None. | |
| Returns | An object which provides IConnector. | |