[Twisted-Python] SSL client authentication

Is it possible to do client authentication with reactor.listenSSL() and reactor.connectSSL()? If so, are there any examples? Any info would be much appreciated. Regards, -- Darrell

On Wed, Dec 28, 2005 at 07:24:32PM +0000, dkarbott@comcast.net wrote:
Is it possible to do client authentication with reactor.listenSSL() and reactor.connectSSL()?
If so, are there any examples?
I authenticate the certificate of the server in this client app: https://www.cpushare.com/downloads/cpushare-0.24.tar.bz2 Hope this example helps.

On Wed, Dec 28, 2005 at 07:24:32PM +0000, dkarbott@comcast.net wrote:
Is it possible to do client authentication with reactor.listenSSL() and reactor.connectSSL()?
If so, are there any examples?
I authenticate the certificate of the server in this client app: https://www.cpushare.com/downloads/cpushare-0.24.tar.bz2 Hope this example helps.
participants (2)
-
Andrea Arcangeli
-
dkarbott@comcast.net