You must update the httpd.conf file and restart the server.
Procedure
- On Windows computers, start a
Command Prompt window with the Run as administrator option. On Linux® computers, open a shell.
-
Go to the
<IHS_root>/conf directory.
-
Open the httpd.conf file using a text editor.
-
Uncomment the following in the file.
LoadModule ibm_ssl_module modules/mod_ibm_ssl.soListen 443<VirtualHost *:443>SSLEnable</VirtualHost>KeyFile /home/opuser/IBM/HTTPServer/<yourkeystore.kdb>SSLDisable
-
Save and close the file.
Note: You must also replace <yourkeystore.kdb> with your keystore file and
replace port 443 with your TLS/SSL port for IBM® HTTP
Server.
-
To apply the changes, restart the IBM HTTP Server.