On Thu, Jan 31, 2002 at 11:28:42PM +0100, Magnus Lie Hetland wrote: > > 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. > > I see... Although it would have to do with Python on the client side, > I guess :)
M2Crypto has SSL XMLRPC clients and servers (BaseHTTPServer- and Medusa-based.) > OTOH, I guess I don't need *that* much security... Perhaps a simple > hash/timestamp-based password system would suffice. (I think I saw an > article on that somewhere...) M2Crypto has hash/timestamp-based cookies via the AuthCookie module. ;-) -- Ng Pheng Siong <[EMAIL PROTECTED]> * http://www.netmemetic.com _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
