WebSphere Message Service Client for C/C++, Version 2.0.2 Operating Systems: AIX, Linux, Solaris, Windows

XMSC_WPM_SSL_CIPHER_SUITE

Data type:
String
Property of:
ConnectionFactory

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.

Table 1. CipherSuite options for connection to a WebSphere service integration bus messaging engine
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
Note: TLS_RSA_WITH_AES_128_CBC_SHA and TLS_RSA_WITH_AES_256_CBC_SHA CipherSuites are supported on Windows or Solaris only. (This is dictated by GSKit.)

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.


Reference topic

Terms of Use | Rate this page

Last updated: 24 May 2011

(C) Copyright IBM Corporation 2005, 2011. All Rights Reserved.