tlsCipherList
Specifies a comma-separated list of supported cipher suites in priority sequence.
This parameter is not applicable to Planning Analytics Engine.
Parameter type: optional, static
Use tlsCipherList to specify what cipher suites are acceptable for your Planning Analytics system. The listed cipher suites are presented to the SSL negotiation in the order in which they are listed, for both the client and server sides of the negotiation. At least one of the listed cipher suites for the client and database must match.
The following cipher suites are supported:
- RFC 2246: The TLS Protocol Version 1.0 (http://www.ietf.org/rfc/rfc2246.txt)
- RFC 4346: The Transport Layer Security (TLS) Protocol Version 1.1 (http://www.ietf.org/rfc/rfc4346.txt)
- RFC 5246: The Transport Layer Security (TLS) Protocol Version 1.2 (http://www.ietf.org/rfc/rfc5246.txt)
- RFC 4492: Elliptic Curve Cryptography (ECC) Cipher Suites for Transport Layer Security (TLS) (http://www.ietf.org/rfc/rfc4492.txt)
- RFC 5289, TLS Elliptic Curve Cipher Suites with SHA-256/384 and AES Galois Counter Mode (GCM) (http://www.ietf.org/rfc/rfc5289.txt)
For example:
tlsCipherList=TLS_RSA_WITH_AES_128_CBC_SHA,
TLS_RSA_WITH_RC4_128_MD5, TLS_RSA_WITH_AES_128_CBC_SHA256