Re: XML/RPC server with SSL in Python

2005-03-22 Thread news
Gerson Kurz wrote: > Are there any alternatives to using M2Crypto for an XML/RPC server in > SSL in Python? tlslite supports SocketServers like SimpleXMLRPCServer: http://trevp.net/tlslite Trevor -- http://mail.python.org/mailman/listinfo/python-list

Re: XML/RPC server with SSL in Python

2005-03-22 Thread Paul Rubin
[EMAIL PROTECTED] (Gerson Kurz) writes: > Are there any alternatives to using M2Crypto for an XML/RPC server in > SSL in Python? stunnel? (www.stunnel.org) -- http://mail.python.org/mailman/listinfo/python-list

XML/RPC server with SSL in Python

2005-03-22 Thread Gerson Kurz
Are there any alternatives to using M2Crypto for an XML/RPC server in SSL in Python? Come to think of it, what pythonesque XML/RPC servers do you recommend (you know, beyond SimpleXMLRPCServer.py) -- http://mail.python.org/mailman/listinfo/python-list