Suds over https with cert
It sounds like you want to authenticate using a client certificate, not a server certificate as was stated in some of the comments. I had the same issue and was able to write a custom transport for SUDS. Here’s the code that works for me. You’ll need your certificates in PEM format for this to … Read more