SSL configuration for the distributed session cache

The TLS connection settings of the Distributed Session Cache can be tuned to restrict one or more ciphers, cipher-suites, or groups. This may be required in environments that have strict requirements for encryption strength.

  • SSL Signature Algorithms

    This property can be used to restrict the Key/Hash algorithm used for the initial key exchange in establishing a TLS connection. This includes both the Service and Replication ports.

  • TLS 1.2 Cipher Specs

    This property can be used to restrict the encryption ciphers used to establish TLS 1.2 connections to the DSC. This includes both the Service and Replication ports.

  • TLS 1.3 Cipher Specs

    This property can be used to restrict the encryption ciphers used to establish TLS 1.3 connections to the DSC. This includes both the Service and Replication ports.

  • SSL Key Agreement

    This property can be used to set the key agreement algorithm for TLS1.2 or TLS1.3 connections to the DSC. This includes both the Service and Replication ports.

  • SSL Supported Groups

    This property can be used to set the list of supported groups (curves) for TLS1.2 or TLS1.3 key agreement. Only applicable when SSL Key Agreement is set to custom.