Re[2]: [PHP] https detection

2003-10-12 Thread Tom Rogers
Hi,

Sunday, October 12, 2003, 10:27:21 PM, you wrote:

EL> Unless Apache is configured so that both SSL and non-SSL virtualhosts
EL> to point to the same directory containing said script, or said script is
EL> shared (via PHP include(), require(), etc.) by other PHP scripts in both
EL> SSL and non-SSL virtualhosts.  :-)

EL> And $_SERVER['HTTPS'] is so much easier to check for existence!

I couldn't remember what variables were set so I said to use phpinfo and see
what pops upyou are probably right :)

-- 
regards,
Tom

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



Re[2]: [PHP] https detection

2003-10-12 Thread Tom Rogers
Hi,

Sunday, October 12, 2003, 8:46:41 PM, you wrote:
EL> On Sun, Oct 12, 2003 at 01:24:40PM +0200, Rosen wrote:
EL> : 
EL> : I.e. if  I use _SERVER["SERVER_PORT"] = 443  - for https connection and 80
EL> : for "normal" - i'll be able to determite if user is in https mode - I think
EL> : thath should be works . ?

EL> Technically, you can't guarantee that anything running over port 443
EL> will be HTTPS.  This is part of the more general problem of running your
EL> web server on non-standard ports.


His script will only see valid ssl connections as all other attempts should be
ditched by apache or whatever before php gets involved...in theory anyway :)

-- 
regards,
Tom

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



Re[2]: [PHP] https detection

2003-10-12 Thread Tom Rogers
Hi,

Sunday, October 12, 2003, 9:24:40 PM, you wrote:
R> I.e. if  I use _SERVER["SERVER_PORT"] = 443  - for https connection and 80
R> for "normal" - i'll be able to determite if user is in https mode - I think
R> thath should be works . ?

R> Thanks,
R> Rosen



looks like a good start :)

-- 
regards,
Tom

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