Disabling TLS
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:
1 - If you have installed the Application Server components on multiple computers, run the command on each computer.
TLS 1.2 with server certificate validation is now disabled for the selected communication channels.
For communication between Application Server and Presentation Server
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 statusImportant: 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 sslRestart 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.