how to detect if current connection is https?
Louis-David Mitterrand <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Hi, What is the canonical way of testing if the current request is https (ssl)? I found Apache2::ModSSL which adds $c->is_https but it seems old and not packaged for debian. Thanks,