If you enable client authentication, the server validates
clients by checking for trusted certificate authority (CA) root certificates
in the local key database.
About this task
For each virtual host, choose the type of client authentication:
Procedure
- Specify one of the following directives in the configuration
file, for each virtual host stanza:
- SSLClientAuthRequire.
For example, SSLClientAuthRequire CommonName=Richard
- SSLFakeBasicAuth. If you specify SSLFakeBasicAuth,
verify that the mod_ibm_ssl module is displayedlast in the module
list.
- Save the configuration file and restart the server.