secure xmlrpc server?

Martin P. Hellwig mhellwig at xs4all.nl
Wed Jun 7 09:17:26 EDT 2006


Laszlo Nagy wrote:
> Martin P. Hellwig wrote:
>> Laszlo Nagy wrote:
>> <cut ssl for xmlrpc>
>> Have a look at:
>> http://trevp.net/tlslite/
>>   
> C:\temp\ccc>python setup.py install
> running install
> running build
> running build_py
> running build_ext
> error: The .NET Framework SDK needs to be installed before building 
> extensions f
> or Python.
> 
> C:\temp\ccc>
> 

In the installers directory is exe for windows installation.

> 
> Does it mean that .NET framework is required for tlslite on Windows?
> 
> Also can you please provide an example for tlslite/xmlrpc integration? 
> The documentation of tlslite is very detailed, but it has many options 
> and I could not find an example.

SimpleXMLRPCServer uses SimpleHTTPServer for its transfer stuff, so you 
might want to look more in that direction.

> 
> Thanks,
> 
>   Laszlo
> 


-- 
mph



More information about the Python-list mailing list