Configuring TLS connection for CRS
Step-by-step guide
Log in to the YSoft SafeQ Web Interface with sufficient rights to administer reports (e.g. "admin").
Go to System> Reports, set cryptographicProtocolForCdc to TLSv1.2 (or SSLv3, TLSv1, TLSv1.1 ) .

Go to System> Reports, set customCipherSuitesForCdc to set cipher suites for cryptographic protocol for communication encryption with CRS server.

Log in to the server with YSoft SafeQ CRS.
Go to crs.conf (e.g. "c:\SafeQCRS\conf\modules\crs.conf") and set cryptographicProtocolForCdc and customCipherSuitesForCdc with values from previous steps.
cryptographicProtocolForCdc = TLSv1.2customCipherSuitesForCdc = TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256Restart the YSoft SafeQ CML services on all nodes in your cluster.
Restart the YSoft SafeQ CRS service.