https-server

Getting OpenSSL and CGIHTTPRequestHandler working in Python for a basic webserver

Hi, I am modifying the code found below to work as a CGI handler. To enable CGI, I modified the HTTPRequestHandler to inherit from CGIHTTPRequestHandler instead. I changed the port to 4443 so that I could run it as non-root. I modified the .pem file to be ./server.pem, which is relative to the path the server script is running on. To...