Thomas Munz wrote:
if request come from port 443, SSL = Active

443 is the default port for SSL connections but there is
no garantee that a connection on port 443 is actually encrypted.

therefore I would suggest that using the port number
to determine whether SSL is active is a bad idea.

see my other post in this thread for a better way to do it.

rgds,
jochem

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to