Koozali.org: home of the SME Server

Can only access primary cgi-bin with https:

Jeff

Can only access primary cgi-bin with https:
« 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?

Luke Drumm

Re: Can only access primary cgi-bin with https:
« Reply #1 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