Configuring SSL for ObjectServer user authentication
ObjectServer user authentication can be configured to use SSL by completing the following steps.
Procedure
- Complete step 1 in Enabling SSL communication with the ObjectServer to configure Netcool/OMNIbus for SSL communication.
- Copy the self-signed certificate from the ObjectServer server to all Impact Servers and GUI Servers.
- Enter the commands to import the certificate into the Impact Server and GUI Server
truststores. For more information about the import commands, see Enabling SSL connections with external servers. - Update the $IMPACT_HOME/install/security/impactncos.properties file.
- Enter the ObjectServer information.
- Ensure that the correct port for SSL is used.
- Set the
NCOSSSLEnabledproperty to true.
- In $IMPACT_HOME/install/security,
run the
confAuth4OMNIbusscript, then enter the enable command.Note: By default, SSL connections from Netcool/Impact to the ObjectServer use the most secure protocol supported by the ObjectServer. However, you can use any version of the TLS protocol. If you want to restrict which protocols are enabled by Impact for SSL connections to the ObjectServer, you can add a property to the <ServerName>_server.props file (where <ServerName> is the name of the Impact Server instance) calledimpact.server.objectserversecureprotocols. For this property, specify a comma-separated list of allowed protocols, for exampleTLSv1.1,TLSv1.2or justTLSv1.2.