I have been able to use the ssl module in Python 2.6 to setup a server that
requires
The client to authenticate via an x509 certificates, but I want to be able
to override the client
Authentication process or catch the exception so that I can do redirects
etc. if the client authentication
Fails.
Hi everybody, I'm developing a distributed application in
Python and I intend to use SOAP over a SSL connection.
I looked at the SOAPpy package and it seems to have all I
need but client authentication; in other words I want my client
certificate be sent to the server during the SSL handshake.
SOP