REFERENCE


SSLCipherSpec
Syntax: SSLCipherSpec=value1value2value3...

Description: (SSL users only) Determines which SSL-compliant cipher to use to encrypt files on the server. Specification numbers correspond to the following ciphers:
Cipher specification valueCipher
01 SSL_RSA_WITH_NULL_MD5
02 SSL_RSA_WITH_NULL_SHA
03 SSL_RSA_EXPORT_WITH_RC4_40_MD5
04 SSL_RSA_WITH_RC4_128_MD5
05 SSL_RSA_WITH_RC4_128_SHA
06 SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5
09 SSL_RSA_WITH_DES_CBC_SHA
0A SSL_RSA_WITH_3DES_EDE_CBC_SHA
0B SSL_DH_anon_WITH_3DES_EDE_CBC_SHA
0C SSL_DH_anon_WITH_RC4_128_MD5
0D SSL_DH_anon_WITH_DES_CBC_SHA
To enter multiple ciphers, enter each cipher specification value, including leading zeros. Do not include spaces between values. For example:


Note Specifying a 128-bit cipher for a server with an international license has no effect.

Applies to: Servers

Default: None

UI equivalent: SSL ciphers field for each Internet protocol in the Ports - Internet Ports of the Server document. The settings in this field are overridden by the SSLCipherSpec NOTES.INI setting.

See also