in reply to HTTPS and CGI

For ordinary use of CGI (and CGI), the difference betweeen HTTP or HTTPS is not noticable. HTTPS is mostly just a wrapper that sends ordinary HTTP requests over a secure socket, so the encryption and authentication happen on a lower level than the HTTP protocol.
-- Joost