secure xmlrpc server?

Kent Johnson kent at kentsjohnson.com
Fri Jun 9 09:29:50 EDT 2006


Laszlo Nagy wrote:
> But I do not know how to create an XML RPC server in Python that uses 
> HTTPS for XML transports.

This recent recipe seems to do exactly what you want:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/496786

Kent



More information about the Python-list mailing list