> 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 -- http://mail.python.org/mailman/listinfo/python-list