XMSC_WPM_SSL_CIPHER_SUITE
- Data type:
- String
- Property of:
- ConnectionFactory
The name of the CipherSuite to be used on a TLS connection to a WebSphere Application Server service integration bus messaging engine. The protocol used in negotiating the secure connection depends on the specified CipherSuite.
Cipher suite | Protocol used |
---|---|
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 |
- TLS_RSA_WITH_AES_128_CBC_SHA and TLS_RSA_WITH_AES_256_CBC_SHA CipherSuites are supported on Windows only. (This is dictated by GSKit.)
- TLS_RSA_WITH_3DES_EDE_CBC_SHA is deprecated. However, it can still be used to transfer up to 32 GB of data before the connection is terminated with error AMQ9288. To avoid this error, we need to either avoid using triple DES, or enable secret key reset when using this CipherSpec.
There is no default for this property. To use SSL or TLS, you must specify a value for this property, otherwise the application is not able to connect successfully to the server.
Parent topic: Property definitions