views:

31

answers:

1

I need to work out if an incoming request is using SSL in a mod_perl environment - how can I do this reliably?

+3  A: 

Compare scheme with https.

daxim