Navigate to the <Server Installation Directory>/tools directory of the client component that is involved in the communication and run the switchTLSmode.pl script as suggested in the following table:
Communication channel | switchTLSmode.pl command syntax | Client component |
---|---|---|
Internal (Oracle or PostgreSQL) database and Application Server and local ETL Engine Server | switchTLSmode.pl -off -flow codb | Application Server1 and local ETL Engine Server |
External databases and the local or remote ETL Engine Server | switchTLSmode.pl -off -flow externdaldb | Local or remote ETL Engine Server |
Among the internal product components |
| Application Server1 and ETL Engine Server |
Authentication component (Atrium Single Sign-On Server or LDAP Server) and the Application Server |
| Application Server |
All the communication channels (Except the one between Application Server and Presentation Server) | switchTLSmode.pl -off -flow all | Application Server, Local and remote ETL Engine Server |
TLS 1.2 with server certificate validation is now disabled for the selected communication channels.
Configure the TrueSight Presentation Server to stop using TLS 1.2 with server certificate validation:
Ensure that the TrueSight Presentation Server is running. Run the following command:
#Microsoft Windows tssh server status #Unix ./tssh server status
Important: Ensure that the Presentation Server is running before you proceed.
Modify the tsps.co.conntype
property in the Presentation Server. Run the following command:
#Microsoft Windows tssh properties set tsps.co.conntype ssl #Unix ./tssh properties set tsps.co.conntype ssl
Restart the Presentation Server.
#Microsoft Windows tssh server stop tssh server start #Unix ./tssh server stop nohup sh tssh server start &
The TrueSight Presentation Server is configured and stops using the TLS 1.2 protocol with server certificate validation.