python xmlrpc client with ssl client certificates and standard modules

Martin v. Loewis martin at v.loewis.de
Wed Jan 6 18:55:12 EST 2010


> My next task is how to find out at the client side, that the server
> certificate is a properly signed one.

As Heikki says, you'll need Python 2.6 for that. You'll probably need to
extend your transport implementation.

Regards,
Martin



More information about the Python-list mailing list