Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Jeff on January 31, 2002, 08:37:04 PM

Title: Can only access primary cgi-bin with https:
Post by: Jeff on January 31, 2002, 08:37:04 PM
I am trying to use the FormMail.pl script in my primary cgi-bin.   The only way to make the call to the script run is to type in https://domain/cgi-bin/formmail.pl

Is there a way to fix this?
Title: Re: Can only access primary cgi-bin with https:
Post by: Luke Drumm on February 01, 2002, 01:57:11 PM
I haven't seen the script myself but presumably its making a check on one of the CGI environment varibales to see if it running over a https connection.

A search for the text $ENV{HTTPS} or similar may lead you to the offending code snippet.

Regards,
Luke