News123 wrote:
> This will probably work, but it requires the module M2Crypto.
> 
> In order to avoid installing M2Crypto an all hosts that want to run the
> script I wondered, whether there is no other solution.
> 
> I can do xmlrpc over ssl WITHOUT certificates with following code:
[...]

Please note that if you just use the stdlib it is not secure out of the
box. With Python 2.6 and the ssl module you can make it so, but it
requires some work on your part. See for example
http://www.heikkitoivonen.net/blog/2008/10/14/ssl-in-python-26/

-- 
  Heikki Toivonen - http://heikkitoivonen.net
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to