Umapathy Subburam
2014-09-24 15:20:43 UTC
Hi,
I have a JMS application that currently uses SSL_RSA_WITH_DES_CBC_SHA ciphersuite to connect to a queue manager. The SVRCONN channel has DES_SHA_EXPORT as the cipher. This works fine.
With DES_SHA_EXPORT is no more supported on MQ 8, I am trying whether I can use the same ciphersuite but switch to a different cipherspec. Setting SVRCONN channel cipherspec to TLS_RSA_WITH_DES_CBC_SHA doesn't work.
The qmgr is running 7.0.1.11
Qmgr reports
AMQ9631: The CipherSpec negotiated during the SSL handshake does not match the
required CipherSpec for channel 'S_ACPTTEST2'.
EXPLANATION:
There is a mismatch between the CipherSpecs on the local and remote ends of
channel 'S_ACPTTEST2'. The channel will not run until this mismatch is
resolved. The CipherSpec required in the local channel definition is
'TLS_RSA_WITH_DES_CBC_SHA'. The name of the CipherSpec negotiated during the
SSL handshake is 'DES_SHA_EXPORT'. A code is displayed if the name of the
negotiated CipherSpec cannot be determined.
So I suspect the SSL protocol is still in use. How and/or where can I set the protocol to TLS?
Sun JDK 7.65 is used. (I thought TLS is the default in Sun JDK)
JMS gets its connectionfactory et all configuration from a JNDI file based bindings file (generated through JMSAdmin). There, the ciphersuite is set to SSL_RSA_WITH_DES_CBC_SHA.
The keystore and certificates are self signed and generated through gsk7cmd.
TLS is supported for this ciphersuite in MQ 7. http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.xms.doc/concepts/xms_csecure_mapping_wpm.html?lang=en
Thanks in advance for any help.
Umapathy
Java Developer / MQ Administrator
**********************************************************************
Satellite Information Services Limited. Registered Office: Whitehall Avenue, Kingston, Milton Keynes, Buckinghamshire, MK10 0AX. Company No. 4243307
The information in this email (which includes any files transmitted with it) is confidential and is intended for the addressee only. Unauthorized recipients are required to maintain confidentiality. If you have received this email in error please notify the sender immediately, destroy any copies and delete it from your computer system.
**********************************************************************
To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
I have a JMS application that currently uses SSL_RSA_WITH_DES_CBC_SHA ciphersuite to connect to a queue manager. The SVRCONN channel has DES_SHA_EXPORT as the cipher. This works fine.
With DES_SHA_EXPORT is no more supported on MQ 8, I am trying whether I can use the same ciphersuite but switch to a different cipherspec. Setting SVRCONN channel cipherspec to TLS_RSA_WITH_DES_CBC_SHA doesn't work.
The qmgr is running 7.0.1.11
Qmgr reports
AMQ9631: The CipherSpec negotiated during the SSL handshake does not match the
required CipherSpec for channel 'S_ACPTTEST2'.
EXPLANATION:
There is a mismatch between the CipherSpecs on the local and remote ends of
channel 'S_ACPTTEST2'. The channel will not run until this mismatch is
resolved. The CipherSpec required in the local channel definition is
'TLS_RSA_WITH_DES_CBC_SHA'. The name of the CipherSpec negotiated during the
SSL handshake is 'DES_SHA_EXPORT'. A code is displayed if the name of the
negotiated CipherSpec cannot be determined.
So I suspect the SSL protocol is still in use. How and/or where can I set the protocol to TLS?
Sun JDK 7.65 is used. (I thought TLS is the default in Sun JDK)
JMS gets its connectionfactory et all configuration from a JNDI file based bindings file (generated through JMSAdmin). There, the ciphersuite is set to SSL_RSA_WITH_DES_CBC_SHA.
The keystore and certificates are self signed and generated through gsk7cmd.
TLS is supported for this ciphersuite in MQ 7. http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.0.1/com.ibm.mq.xms.doc/concepts/xms_csecure_mapping_wpm.html?lang=en
Thanks in advance for any help.
Umapathy
Java Developer / MQ Administrator
**********************************************************************
Satellite Information Services Limited. Registered Office: Whitehall Avenue, Kingston, Milton Keynes, Buckinghamshire, MK10 0AX. Company No. 4243307
The information in this email (which includes any files transmitted with it) is confidential and is intended for the addressee only. Unauthorized recipients are required to maintain confidentiality. If you have received this email in error please notify the sender immediately, destroy any copies and delete it from your computer system.
**********************************************************************
To unsubscribe, write to LISTSERV-0lvw86wZMd9k/bWDasg6f+***@public.gmane.org and,
in the message body (not the subject), write: SIGNOFF MQSERIES
Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html