SSLCIPHERSUITES

The SSLCIPHERSUITES configuration setting defines one or more cipher suites to use for negotiating the security settings for a network connection when Essbase is in secure mode (TLS/SSL protocol).

Syntax

SSLCIPHERSUITES ciphersuite_1[,ciphersuite_2,...,ciphersuite_6]

At least one cipher suite is required. A comma-delimited list of cipher suites, in order by preference, is supported. The first cipher suite in the list has the highest priority.

Description

The default Cipher suite and the order of Ciphers is as follows.

TLS_AES_128_GCM_SHA256,
TLS_AES_256_GCM_SHA384,
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384

Example

SSLCIPHERSUITES SSL_RSA_WITH_3DES_EDE_CBC_MD5,SSL_RSA_WITH_DES_CBC_SHA