Tagged Questions
4
votes
1answer
413 views
How can I pass a SSL certificate to a SOAP server using SOAPpy / Python
I am building a script to access a HTTPS/TLS TCP site that requires a X.509 certifcate that I have as a .pfx file.
I am using SOAPpy 0.12.5 and Python 2.7 and have started off with code as below,
...
0
votes
2answers
668 views
Turn SSLchecking off in M2Crypto in Python
Is there a way to turn off SSL checking so that WrongHost Exceptions are not generated when using SOAPpy in python.