Sun Java System Web Server 7.0 Update 7 Administrator's Configuration File Reference

ssl2-ciphers

The ssl2-ciphers element configures SSL2 cipher suites. This element may appear zero or one time within the ssl element. For more information, see ssl.

Subelements

The ssl2-ciphers element can contain the following subelements:

Table 3–52 List of ssl2-ciphers Subelements

Element 

Occurrences 

Description 

SSL_RC4_128_WITH_MD5

0 or 1 

Determines whether the SSL_RC4_128_WITH_MD5 cipher suite is enabled at runtime. The default value is true.

SSL_RC4_128_EXPORT40_WITH_MD5

0 or 1 

Determines whether the SSL_RC4_128_EXPORT40_WITH_MD5 cipher suite is enabled at runtime. The default value is true.

SSL_RC2_128_CBC_WITH_MD5

0 to 1 

Determines whether the SSL_RC2_128_CBC_WITH_MD5 cipher suite is enabled at runtime. The default value is true.

SSL_RC2_128_CBC_EXPORT40_WITH_MD5

0 or 1 

Determines whether the SSL_RC2_128_CBC_EXPORT40_WITH_MD5 cipher suite is enabled at runtime. The default value is true.

SSL_DES_64_CBC_WITH_MD5

0 to 1 

Determines whether the SSL_DES_64_CBC_WITH_MD5 cipher suite is enabled at runtime. The default value is true.

SSL_DES_192_EDE3_CBC_WITH_MD5

0 to 1 

Determines whether the SSL_DES_192_EDE3_CBC_WITH_MD5 cipher suite is enabled at runtime. The default value is true.

See Also