User guide

Chapter 9: How to Use SSL with Interstage HTTP Server
9-24
SSLCipherSuite
Name
SSLCipherSuite
Synopsis
SSLCipherSuite encryption-method
Description
Specify the methods of encryption in descending order of priority. Use colons (:) as delimiters.
When the Version 2.0 SSL protocol is used (if 2 or 2-3 is specified for the SSLVersion directive), the
following values can be specified.
Table 9-1 SSLVersion Directive Values if 2 or 2-3 is specified
Value Explanation
RC4-MD5 SSL_TXT_RC4_128_WITH_MD5 (128 bit key)
RC2-MD5 SSL_TXT_RC2_128_CBC_WITH_MD5 (128 bit key)
DES-CBC3-MD5 SSL_TXT_DES_192_EDE3_CBC_WITH_MD5 (168 bit key)
DES-CBC-MD5 SSL_TXT_DES_64_CBC_WITH_MD5 (56 bit key)
EXP-RC4-MD5 SSL_TXT_RC4_128_EXPORT40_WITH_MD5 (40 bit key)
EXP-RC2-MD5 SSL_TXT_RC2_128_CBC_EXPORT40_WITH_MD5 (40 bit key)
When the Version 3.0 SSL protocol is used (if 3 or 2-3 is specified for the SSLVersion directive), the
following values can be specified.
Table 9-2 SSLVersion Directive Values if 3 or 2-3 is specified
Value Explanation
RSA-RC4-MD5 SSL_TXT_RSA_WITH_RC4_128_MD5 (128 bit key)
RSA-RC4-SHA SSL_TXT_RSA_WITH_RC4_128_SHA (128 bit key)
RSA-3DES-SHA SSL_TXT_RSA_WITH_3DES_EDE_CBC_SHA (168 bit key)
RSA-DES-SHA SSL_TXT_RSA_WITH_DES_CBC_SHA (56 bit key)
RSA-EXPORT-RC4-MD5 SSL_TXT_RSA_EXPORT_WITH_RC4_40_MD5 (40 bit key)
RSA-EXPORT-RC2-MD5 SSL_TXT_RSA_EXPORT_WITH_RC2_CBC_40_MD5 (40 bit key)
RSA-NULL-MD5 SSL_TXT_RSA_WITH_NULL_MD5
RSA-NULL-SHA SSL_TXT_RSA_WITH_NULL_SHA
If 2-3 is specified for the SSLVersion directive, at least one value must be specified for each version.