User guide

Setting SSL for Certificate/Key Management Environments Configured with the SMEE Commands
9-29
SSLVerifyClient
Name
SSLVerifyClient
Synopsis
SSLVerifyClient [none|optional|require]
Description
Specifies the level of client certification when using SSL protocol version 3.0.
Only one SSLVerifyClient directive can be defined for each host.
none
Does not verify a client certificate.
optional
Verifies a client certificate.
When a client does not provide the client certificate, the processing continues.
require
Verifies a client certificate.
When a client does not provide the client certificate, an error occurs.
When "2" is specified with the SSLVersion directive, this directive must be omitted or set to "none."
Context
Global context, Virtual host
Default value
One of the following values is specified according to the value specified with the SSLVersion directory.
Table 9-4 Assumed Values of SSLVersion Directive if omitted
Value of the SSLVersion directive Default value of this directive
2 none
3 optional
2-3 optional
Module
mod_ihs_ssl