This is a discussion on Check if SSL is enabled within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hi, I am working on some apache module and I must determine during runtime if the SSL connection is established. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I am working on some apache module and I must determine during runtime if the SSL connection is established. Since the version 2.0.51 there is an optional method ssl_is_https in mod_ssl, however I have to use 2.0.50. Is there any other method to check it? Thanks in advance, pkalinow |