Yes, I looked at SERVER_PORT/SERVER_PROTOCOL. What I got is 80 and HTTP/1.1 when I manually change http:// to https:// I'm getting 443 and HTTP/1.1
I am not so good in this: you want to say that SSL use 443 port????
-afan
Robby Russell wrote:
On Wed, 2004-10-27 at 16:35 -0500, Afan Pasalic wrote:
hi, how can I check using php that I use SSL? tried with REQUEST_URI HTTP_HOST PATH_INFO but any of these does show http://
Thanks!
-afan
Have you looked at $_SERVER['SERVER_PORT'] and $_SERVER['SERVER_PROTOCOL'] ?
-Robby
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php