java - WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2397' ('MQRC_JSSE_ERROR') -
i using java 6 connect ibm mq. in java 6 ssl v3 not disable able connect ibm mq.
now want migrate java 8 ssl v3 in list of disabled algorithms. gives me error "websphere mq call failed compcode '2' ('mqcc_failed') reason '2397' ('mqrc_jsse_error')".
if remove ssl v3 list of disabled algorithms works not want that. want tls supported when connecting ibm mq. appreciated.
please see [1]. have generate appropriate keys in keystore/truststore desired cipher. have change desired cipher in code. mdbs activation spec:
@activationconfigproperty(propertyname = "sslciphersuite", propertyvalue = "ssl_rsa_with_3des_ede_cbc_sha"),
in configuration ibm artifacts, have "sslciphersuite". needs set accordingly.
[1] https://www.ibm.com/support/knowledgecenter/en/ssfksj_8.0.0/com.ibm.mq.dev.doc/q113220_.htm
Comments
Post a Comment