Re: [Python-Dev] Simple XML-RPC server over SSL/TLS

2011-05-16 Thread Dariusz Suchojad
Bill Janssen wrote: Hello, But what I would like to know, is if is there any reason why XML-RPC can't optionally work over TLS/SSL using Python's ssl module. I'll create a ticket, and send a patch, but I was wondering if it was a reason why this was not implemented. I think there's no deeper

Re: [Python-Dev] Simple XML-RPC server over SSL/TLS

2011-04-28 Thread Bill Janssen
Éric Araujo wrote: > Hi, > > > But what I would like to know, is if is there any reason why XML-RPC can't > > optionally work over TLS/SSL using Python's ssl module. I'll create a > > ticket, and send a patch, but I was wondering if it was a reason why this > > was not implemented. > > I think

Re: [Python-Dev] Simple XML-RPC server over SSL/TLS

2011-04-28 Thread Éric Araujo
Hi, > But what I would like to know, is if is there any reason why XML-RPC can't > optionally work over TLS/SSL using Python's ssl module. I'll create a > ticket, and send a patch, but I was wondering if it was a reason why this > was not implemented. I think there’s no deeper reason than nobody