Magnus Lie Hetland wrote: > Is there any information anywhere on using SSL with XMLRPCServlet? > And... on accessing it with a standard Python 2.2 installation (i.e. > no extra installs for this functionality)? Is it even possible?
To make Webware accept SSL connections, you should use Apache with mod_ssl, or some other web server SSL solution. It really has nothing to do with Webware or even Python for that matter. Accessing it as a client with a standard Python 2.2 installation should be possible using Python 2.2's built-in xmlrpclib and SSL support. I'm positive that xmlrpclib is bundled in, but I'm not totally sure about SSL. Jeff Johnson posted just today on some difficulties he was having with Python 2.2, but I think they were related to IIS, not Apache. - Geoff _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
