The Web Health Console installation inserts configuration parameters for Secure Socket Layer (SSL) support, but does not enable SSL. To enable SSL, you must first provide a key database containing the site specific keys and certificates, then uncomment the inserted configuration information.
This section shows you the steps to enable SSL.
Follow these steps to enable SSL:
For AIX, Sun Solaris, HP/UX, and Linux: start the IBM Key Management utility by invoking gsk5ikm from:
[key_database_name].kdb, [key_database_name].rdb,
[key_database_name].sth, and [key_database_name].crl.
To use the default Web Health Console configuration, use IBM HTTP SERVER LOCATION/key_db for the Location.
Leave the remaining parameters at their default value, and click OK.
Edit the file IBM HTTP Server Location/conf/httpd.conf. At the end of this file, you will find the lines described hereafter. Uncomment these lines.If you did not use the default location and name for the key database, insert the appropriate information.
For Windows NT:
#LoadModule ibm_ssl_module
modules/IBMMOduleSSL128.dll
#Listen 443
#SSLEnable
#Keyfile "IBM HTTP SERVER LOCATION\key_db\key.db"
For AIX, Sun Solaris, HP/UX, and Linux:
#LoadModule ibm_ssl_module
libexec/mod_ibm_ssl_128.so
#Listen 443
#SSLEnable
#Keyfile "IBM HTTP SERVER LOCATION\key_db\key.db"
Restart the IBM HTTP Server by selecting IBM HTTP Server in the Windows NT Services control panel, clicking Stop, and then clicking Start
On UNIX:
Restart the IBM HTTP Server by running IBM HTTP Server Location/bin/apachectl restart.
The IBM HTTP Web Server is now configured for SSL.