Enabling TLS 1.2 in IBM Java
By default, IBM Java has TLS 1.0 enabled. To enable TLS 1.2, change the value of the Dcom.ibm.jsse2.overrideDefaultTLS parameter to true in the jvm.options file.
Before you begin
Procedure
- Go to the computer where the BigFix Inventory server is installed.
-
Go to one of the following directories and open the jvm.options
file.
- C:\Program Files\ibm\BFI\wlp\usr\servers\server1\
- /opt/ibm/BFI/wlp/usr/servers/server1/
-
Set the value of the -Dcom.ibm.jsse2.overrideDefaultTLS to
true.
-Dcom.ibm.jsse2.overrideDefaultTLS=true
- Restart the BigFix Inventory server.