twistd

HTTPS Python XMLRPC Server w/ Authentication

Implementing an XML-RPC Server in Python is simple but implementing a modular class with HTTP authentication and SSL encryption is a bit more difficult. For our internal use we produced such a Python-based RPC server. We have tested it and have to say that it works pretty well. In keeping with our commitment to open source we have decided to release it for anyone who is interested in deploying their own HTTPS XMLRPC server using Python. It uses the twistd framework and can be run as a daemon under Linux.