Wednesday, February 23, 2011

Python HTTPS Web Server Example

Recipe 442473: Simple HTTP server supporting SSL secure communications (Python) by Sebastien Martini

ActiveState Code (http://code.activestate.com/recipes/442473/) at this LINK


Helpful too: http://docs.python.org/library/socketserver.html at this LINK

Helpful too:
http://www.java2s.com/Tutorial/Python/0420__Network/AForkingServer.htm