in some of our cgi's we use the following code:


my $cgi = new CGI;
if ( !$cgi->https() ) {

# complain -- browsers should be seeing this in https!!
}


this has worked fine, up until a day or so ago, at which point
cgi->https() returns nothing, even on https:// pages.

anyone know another way to check the ssl status of a cgi, or how
to restore whatever setting changed on my account to make
https() stop working.

from cgi.pm, i know https() should be returning "HTTPS environment variables present when the SSL protocol is in effect"

i've submitted a ticket, but wanted to see if other people are having this problem, and have ideas how to solve it.
thanks,

sharif