You must enable two-way SSL on the IBM® HTTP Server. The IMS Server relies on the SSL certificate
setup on IBM HTTP Server for
its mutual SSL authentication with its clients. This procedure is
required for smart card authentication.
Procedure
- Select .
- Log on to the IBM Integrated Solutions Console.
- On the Integrated Solutions Console left navigation pane,
select .
- Click Configuration file.
- Add the lines marked bold:
<VirtualHost *:443>
SSLEnable
SSLProtocolDisable SSLv2
SSLClientAuth optional
SSLServerCert <IHS certificate alias>
</VirtualHost>
- Click OK.