Simple HTTPS Server

Trent Mick trentm at ActiveState.com
Tue Dec 17 14:15:33 EST 2002


[Trent Mick wrote]
> [Sergio Lobo wrote]
> > I use a CustomHTTPServer.py and the CGIHTTPServer.py in a production system.
> > Python is really amazing!!! I just have no idea how to extend the code in
> > order to handle SSL ServerSockets. If you have any piece of code, that would
> > be really helpful.
> 
> You will have to obtain OpenSSL (www.openssl.org), compile it, and
> re-build Python's _socket.pyd (if you are on Windows) or _socket.so (if
> you are on Linux) with SSL support. On Linux setup.py is used to build

The "setup.py" that I mean is the setup.py in the Python source tree
(python/dist/src/setup.py).


Trent

-- 
Trent Mick
TrentM at ActiveState.com




More information about the Python-list mailing list