I need to use Python to access data from a RESTful web service that requires certificate-based client authentication (PKI) over SSL/HTTPS. What is the recommended way of doing this?
|
|
I found this: http://code.activestate.com/recipes/117004/ I did not try it so it may not work. |
||
|
|
|
|
The suggestion by stribika using |
||
|
|
|
|
I would recommend using M2Crypto. If you are a Twisted guy, M2Crypto integrates with Twisted so you can let Twisted handle the networking stuff and M2Crypto the SSL/verification/validation stuff. |
||
|
|
