SSLCIPHERSUITES

Defines one or more cipher suites to use for negotiating the security settings for a network connection using the SSL network 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

You can change the default cipher suite.

  1. SSL_RSA_WITH_RC4_128_MD5 (default)

  2. SSL_RSA_WITH_RC4_128_SHA

  3. SSL_RSA_WITH_3DES_EDE_CBC_MD5

  4. SSL_RSA_WITH_DES_CBC_SHA

  5. SSL_RSA_WITH_AES_128_CBC_SHA

  6. SSL_RSA_WITH_AES_256_CBC_SHA

Note:

For the highest level of security, reverse the order in which these cipher suites are listed.

Example

SSLCIPHERSUITES SSL_RSA_WITH_AES_128_CBC_SHA,SSL_RSA_WITH_DES_CBC_SHA

See Also

AGENTSECUREPORT

CLIENTPREFERREDMODE

ENABLECLEARMODE

ENABLESECUREMODE

NETSSLHANDSHAKETIMEOUT

WALLETPATH

For information on implementing SSL, see the Oracle Hyperion Enterprise Performance Management System Security Administration Guide.