certificate-based authentication (Martin v. L?wis)

"Martin v. Löwis" martin at v.loewis.de
Fri Aug 19 02:07:31 EDT 2005


> I'm using  Python version 2.2 - the SafeTransport class in it's xmlrpclib
> doesn't  have a 'get_host_info' method.  Which version were you referring
> to?

I was looking at the HEAD revision in CVS. That feature was apparently
released with Python 2.3. Still, httplib supports client certificates
since Python 1.6, so you should be able to extend SafeTransport even in
2.2.

Regards,
Martin



More information about the Python-list mailing list