Suds over https with cert
问题 I have soap service under Apache with ssl, suds works greate without ssl. I have client certificate (my.crt and user.p12 files). How I need to configure suds client ot make it work with service over https? without certs i see urllib2.URLError: <urlopen error [Errno 1] _ssl.c:499: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure> 回答1: It sounds like you want to authenticate using a client certificate, not a server certificate as was stated in some of the comments. I