1

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

Mr Foo Foo
  • 19
  • 2

1 Answers1

3

Compare scheme with https.

daxim
  • 39,270
  • 4
  • 65
  • 132