Configuring the PATROL Agent to enable the default configuration
To configure the PATROL Agent to enable the default configuration
By default, the PATROL Agent uses either Transmission Control Protocol (TCP) or Secure Sockets Layer (SSL) protocol for communication. BMC provides an option to configure the PATROL Agent to enable TLS 1.2. If you have configured the system to be TLS 1.2 compliant and subsequently want to roll back to the default configuration the following section guides you to achieve the same.
Navigate to the config_v3.0 folder by running the following command:
# Microsoft Windows operating system
$cd <PATROL Agent installation directory>\common\security\config_v3.0
# Unix operating system
$cd <PATROL Agent installation directory>/common/security/config_v3.0Run the script to disableTLS mode as shown in the following code block:
#Syntax
set_unset_tls.cmd <$BMC_ROOT> <SET_TLS;UNSET_TLS> <security_level> -serverDbPath <serverDbPath> -clientDbPath <clientDbPath> -identity <identity>
#Example
$set_unset_tls.cmd "C:\Program Files (x86)\BMC Software" UNSET_TLS 0 -serverDbPath "C:\Certificates\server_db" -clientDbPath "C:\Certificates\client_db" -identity bmcpatrol