Choosing the type of client authentication protection

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

  1. Specify one of the following directives in the configuration file, for each virtual host stanza:

    1. SSLClientAuthRequire. For example, SSLClientAuthRequire CommonName=Richard

    2. SSLFakeBasicAuth. If you specify SSLFakeBasicAuth, verify that the mod_ibm_ssl module is displayedlast in the module list.

  2. Save the configuration file and restart the server.


Related