How to use client certificate authentication with Suds
This is related to my last post. I was finally able to communicate to an SSL-enabled SOAP service with my computer behind a proxy but then ran into another problem: certificate-based authentication.
Suds actually doesn’t support certificate authentication directly, but fortunately someone created a custom transport for it here.
I tried his code but then ran into connection issues again, I had to modify it a little bit to include the proxy settings …