From: Joe Orton
Description: | Set the default responder URI for OCSP validation |
---|---|
Syntax: | SSLOCSDefaultResponder uri |
Context: | server config, virtual host |
Status: | Extension |
Module: | mod_ssl |
Compatibility: | Available in httpd 2.3 and later, if using OpenSSL 0.9.7 or later |
This option sets the default OCSP responder to use. If SSLOCSPOverrideResponder
is not enabled,
+the URI given will be used only if no responder URI is specified in
+the certificate being verified.
Description: | Enable OCSP validation of the client certificate chain |
---|---|
Syntax: | SSLOCSPEnable flag |
Context: | server config, virtual host |
Status: | Extension |
Module: | mod_ssl |
Compatibility: | Available in httpd 2.3 and later, if using OpenSSL 0.9.7 or later |
This option enables OCSP validation of the client certificate +chain. If this option is enabled, certificates in the client's +certificate chain will be validated against an OCSP responder after +normal verification (including CRL checks) have taken place.
+ +The OCSP responder used is either extracted from the certificate
+itself, or derived by configuration; see the
+SSLOCSPDefaultResponder
and
+SSLOCSPOverrideResponder
+directives.
+SSLVerifyClient on
+SSLOCSPEnable on
+SSLOCSPDefaultResponder http://responder.example.com:8888/responder
+SSLOCSPOverrideResponder on
+
Description: | Force use of the default responder URI for OCSP validation |
---|---|
Syntax: | SSLOCSPOverrideResponder flag |
Context: | server config, virtual host |
Status: | Extension |
Module: | mod_ssl |
Compatibility: | Available in httpd 2.3 and later, if using OpenSSL 0.9.7 or later |
This option forces the configured default OCSP responder to be used +during OCSP certificate validation, regardless of whether the +certificate being validated references an OCSP responder.
+TRACE
+TRACE
requestsmime.types
filemime.types
file