From: Joe Orton
mod_ssl
sets "notes" for the request which can be
+used in logging with the %{name}n
format
+string in mod_log_config
.
The notes supported are as follows:
+ +ssl-access-forbidden
1
if access was
+ denied due to an SSLRequire
+ or SSLRequireSSL
directive.ssl-secure-reneg
mod_ssl
is built against a version of
+ OpenSSL which supports the secure renegotiation extension, this note
+ is set to the value 1
if SSL is in used for the current
+ connection, and the client also supports the secure renegotiation
+ extension. If the client does not support the secure renegotiation
+ extension, the note is set to the value 0
.
+ If mod_ssl
is not built against a version of
+ OpenSSL which supports secure renegotiation, or if SSL is not in use
+ for the current connection, the note is not set.Description: | Option to enable support for insecure renegotiation | ||
---|---|---|---|
Syntax: | SSLInsecureRenegotiation flag | ||
Default: | SSLInsecureRenegotiation off | ||
Context: | server config, virtual host | ||
Status: | Extension | ||
Module: | mod_ssl | ||
SSLCryptoDevice engine | builtin | s | E |
Enable use of a cryptographic hardware accelerator | |||
SSLEngine on|off|optional | off | sv | E |
SSL Engine Operation Switch | |||
SSLHonorCiperOrder flag | sv | E | |
Option to prefer the server's cipher preference order | |||
SSLInsecureRenegotiation flag | sv | E | |
Option to enable support for insecure renegotiation | |||
SSLInsecureRenegotiation flag | off | sv | E |
Option to enable support for insecure renegotiation | |||
SSLOCSDefaultResponder uri | sv | E | |
Set the default responder URI for OCSP validation | |||
SSLOCSPEnable flag | sv | E | |
Enable OCSP validation of the client certificate chain | |||
SSLOCSPOverrideResponder flag | sv | E | |
Force use of the default responder URI for OCSP validation |