Pure Python HTTPS Server

A.M. Kuchling amk at amk.ca
Fri Feb 27 08:11:09 EST 2004


On Thu, 26 Feb 2004 14:45:56 -0800, 
	Trevor Perrin <trevp at trevp.net> wrote:
> tlslite lets you run Python's BaseHTTPServer or SimpleHTTPServer with HTTPS.
> http://trevp.net/tlslite/

Neat!  

Would tlslite be able to handle TLS asynchronously?  I've been wanting to
add SSL/TLS support to Medusa, but didn't want to require external packages
such as PyOpenSSL.

--amk



More information about the Python-list mailing list