Configure the Secure Sockets Layer (SSL) configuration to use the TLS 1.2
protocol.
About this task
The Liberty profile supports a flexible SSL configuration that allows for multiple SSL settings,
including SSL configuration to use the TLS 1.2 protocol.
Procedure
-
To stop Log Analysis, enter the
following command:
<HOME>/IBM/LogAnalysis/utilities/unity.sh -stop
-
Open the
<HOME>/IBM®/LogAnalysis/wlp/usr/servers/Unity/server.xml
file.
-
To configure your SSL configuration to use the TLS 1.2 protocol, add the
ssl
id
and sslProtocol
line as follows, after the closing
</oauthProvider> tag.
<ssl id=defaultSSLConfig
sslProtocol=TLSv1.2
/>
-
To start Log Analysis, enter the
following command:
<HOME>/IBM/LogAnalysis/utilities/unity.sh -start
For more information about configuring SSL and TLS, and for scenario examples, see Configuring SSL for Liberty.