How to set JVM 64 JRE in Siebel IP20 to use TLS_RSA_WITH_AES_256_CBC_SHA256 cipher
We are working on setting up remote MQ connectionin Siebel IP20.10 using JMS.
It is able to connect & send/receive message over non Secure channal.
But when we try to use SSL channel on remote MQ, it gives error as:
JMSCMQ0001: IBM MQ call failed with compcode '2' ('MQCC_FAILED') reason '2397' ('MQRC_JSSE_ERROR'). at com.ibm.msg.client.wmq.common.internal.Reason.createException(Reason.java:203)
more Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2397;AMQ9204: Connection to host 'xxxxxxx(1414)' rejected
[1=com.ibm.mq.jmqi.JmqiException[CC=2;RC=2397;AMQ9641: Remote CipherSpec error for channel 'AA.CCDF1.S' to host ''.
It is able to connect & send/receive message over non Secure channal.
But when we try to use SSL channel on remote MQ, it gives error as:
JMSCMQ0001: IBM MQ call failed with compcode '2' ('MQCC_FAILED') reason '2397' ('MQRC_JSSE_ERROR'). at com.ibm.msg.client.wmq.common.internal.Reason.createException(Reason.java:203)
more Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2397;AMQ9204: Connection to host 'xxxxxxx(1414)' rejected
[1=com.ibm.mq.jmqi.JmqiException[CC=2;RC=2397;AMQ9641: Remote CipherSpec error for channel 'AA.CCDF1.S' to host ''.
0