SSL client authentication

L

Lorenzo Allegrucci

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.
SOPApy.SOPAServer has ssl_context to use the private key and
certificate of the server but the client side SOAPProxy doesn't
seem to take such context. I was wondering if this is due to
httplib.HTTPS (used by SOAPProxy) not performing any certificate
verification, according to the httplib.py sources.
Any hints?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
SterlingLa
Top