J
Josh Harlan
Hello,
I am running a perl program in an unsecure directory and I would like
to know if there is an environmental variable or equivalent that will
display the SSL path (e.g. "https://ssl.website.com" or
"ssl.website.com"). Unfortunately, "https://ssl.$ENV{'SERVER_NAME'}"
will not work as the website domain and the SSL domain are not related
since I have a shared SSL. I know how to determine the SSL path while
in a secure directory by using $ENV{'HTTP_X_FORWARDED_SERVER'}, but
not when in a unsecure directory.
Thanks for any help,
Josh
I am running a perl program in an unsecure directory and I would like
to know if there is an environmental variable or equivalent that will
display the SSL path (e.g. "https://ssl.website.com" or
"ssl.website.com"). Unfortunately, "https://ssl.$ENV{'SERVER_NAME'}"
will not work as the website domain and the SSL domain are not related
since I have a shared SSL. I know how to determine the SSL path while
in a secure directory by using $ENV{'HTTP_X_FORWARDED_SERVER'}, but
not when in a unsecure directory.
Thanks for any help,
Josh