Checking the current port number
The default HTTPS port to access IBM Security Guardium Key Lifecycle Manager graphical user interface and REST services is
9443
. You can configure this port at the time of IBM Security Guardium Key Lifecycle Manager installation. Use the
server.xml
file to check the current HTTPS port
number.
About this task
You can find the
server.xml
file at the following location.- Windows
drive:\Program Files\IBM\WebSphere\Liberty\usr\servers\<server name>\server.xml
For example,
C:\Program Files\IBM\WebSphere\Liberty\usr\servers\gklm421server\server.xml
.- Linux® and AIX®
path/IBM/WebSphere/Liberty/usr/servers/<server name>/server.xml
The following snippet shows the current HTTPS port
number.
<httpEndpoint host="*" httpPort="-1" httpsPort="9443" id="defaultHttpEndpoint">
<sslOptions sslRef="defaultSSLConfig"/>
<httpOptions NoCacheCookiesControl="false" />
</httpEndpoint>