The name of the CipherSuite to be used on an SSL or TLS connection to a WebSphere service integration bus messaging engine. The protocol used in negotiating the secure connection depends on the specified CipherSuite.
Cipher suite | Protocol used |
---|---|
SSL_RSA_WITH_NULL_MD5 | SSLv3 |
SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5 | SSLv3 |
SSL_RSA_EXPORT_WITH_RC4_40_MD5 | SSLv3 |
SSL_RSA_WITH_RC4_128_MD5 | SSLv3 |
SSL_RSA_WITH_NULL_SHA | SSLv3 |
SSL_RSA_EXPORT1024_WITH_RC4_56_SHA | SSLv3 |
SSL_RSA_WITH_RC4_128_SHA | SSLv3 |
SSL_RSA_WITH_DES_CBC_SHA | SSLv3 |
SSL_RSA_EXPORT1024_WITH_DES_CBC_SHA | SSLv3 |
SSL_RSA_FIPS_WITH_DES_CBC_SHA | SSLv3 |
SSL_RSA_WITH_3DES_EDE_CBC_SHA | SSLv3 |
SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA | SSLv3 |
TLS_RSA_WITH_DES_CBC_SHA | TLSv1 |
TLS_RSA_WITH_3DES_EDE_CBC_SHA | TLSv1 |
TLS_RSA_WITH_AES_128_CBC_SHA | TLSv1 |
TLS_RSA_WITH_AES_256_CBC_SHA | TLSv1 |
There is no default for this property. If you want to use SSL or TLS, you must specify a value for this property, otherwise your application will not be able to connect successfully to the server.