Hi, currently the scheme is hard-coded to "http" in cgi.c. The scheme could be set to "https" if the environment variable "HTTPS" is set to "on" by the web server. See the FastCGI setting in httpd.conf(5). Regards, Andreas