To meet regulatory compliance standards or enhance the security of your environment you can configure TLS 1.2 for the CSP management server and Windows agent communication.
Windows
Perform the following tasks to configure TLS 1.2 on the CSP management server:
sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2"
to sslEnabledProtocols="TLSv1.2"
for all the locations.sslProtocol="TLS"
to sslProtocol="TLSv1.2"
for all the locations.ciphers="TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_RC4_128_SHA,TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA,SSL_RSA_WITH_RC4_128_SHA"