Ram, Have you checked out the ssl[1] howto? The section on "Client with certificates" gives an example on how to make your own SSL Context Class. 1) http://twistedmatrix.com/documents/current/core/howto/ssl.html Regards, Justin Venus On Tue, Jul 17, 2012 at 3:01 PM, Me Myself <mobilebackup77@gmail.com> wrote:
Can you please show me an example whenever you get a chance?
Thanks, --Ram.
On Tue, Jul 17, 2012 at 3:50 PM, <exarkun@twistedmatrix.com> wrote:
On 04:25 pm, mobilebackup77@gmail.com wrote:
The server I am using uses TLS SNI. Does getPage support this, or has any plans in the near future to support this? Do any other python packages (request/urllib3/...) support TLS SNI yet?
Sure. Just pass in an appropriately configured SSL context factory.
See the pyOpenSSL documentation for details on how to configure SNI.
Also, is there a way to do HTTP CONNECT using twisted before I do the SSL handshake. I think that should solve my problem.
Twisted doesn't yet have any support for HTTP CONNECT.
Jean-Paul
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
-- Justin Venus justin.venus@gmail.com