If you enable client authentication, the server validates clients
by checking for trusted certificate authority (CA) root certificates in the
local key database.
Antes de Começar
By default, the IBM HTTP Server enables the cache accelerator.
Sobre Esta Tarefa
For each virtual host, choose the type of client authentication:
Procedimento
- 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.