Defines one or more cipher suites to use for negotiating the security settings for a network connection using the SSL network protocol.
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.
You can change the default cipher suite.
SSL_RSA_WITH_RC4_128_MD5 (default)
SSL_RSA_WITH_RC4_128_SHA
SSL_RSA_WITH_3DES_EDE_CBC_MD5
SSL_RSA_WITH_DES_CBC_SHA
SSL_RSA_WITH_AES_128_CBC_SHA
SSL_RSA_WITH_AES_256_CBC_SHA
Note: | For the highest level of security, reverse the order in which these cipher suites are listed. |
SSLCIPHERSUITES SSL_RSA_WITH_AES_128_CBC_SHA,SSL_RSA_WITH_DES_CBC_SHA
For information on implementing SSL, see the Oracle Hyperion Enterprise Performance Management System Security Administration Guide.