Tagged Questions
3
votes
2answers
1k views
Error using httlib's HTTPSConnection with PKCS#12 certificate
I'm trying to use httplib's HTTPSConnection for client validation, using a PKCS #12 certificate. I know the certificate is good, as I can connect to the server using it in MSIE and Firefox.
Here's ...
1
vote
3answers
807 views
How to encode an RSA key using PKCS12 in Python?
I'm using Python (under Google App Engine), and I have some RSA private keys that I need to export in PKCS#12 format. Is there anything out there that will assist me with this? I'm using ...
0
votes
1answer
415 views
Python SSL with PKCS#12 certificates
Is there some way to wrap a socket connection with SSL using python's ssl module in python 2.6 using a pkcs#12 file? The file contains a private key and certificate. I want to use them for the ...