Pure Python HTTPS Server

Paul Rubin http
Thu Feb 26 17:24:01 EST 2004


"Mikey At Work" <itsmikeytime at yahooNOSPAM.com> writes:
> Does anyone know of any HTTPS servers available that are totally
> written in Python?  Thanks.

That depends on what you mean by "pure".  You can do it with the various
OpenSSL Python bindings that have been written.  I don't think anyone
has ever written a complete SSL stack in Python.  I've toyed with the
idea but it would be a lot of work.



More information about the Python-list mailing list