Trying to publish and subscribe message from IBM MQ 9 which has Cipher suite, user id, password, mykey.kdb file for SSL connection. we are able to connect through SSL with java. but want to do same thing with node js. While trying to do so we are getting SSL_INITIALISATION_ERROR
. In AMQERR01.LOG
we are Seeing below error block:
AMQ6090I:MQM could not display text for error 3456322
COMMENTINSERT3(SSLCIPH(' ') -> SSLCIPH(???))
can anyone help me on connecting to MQ using NOde js?
If you have TLS working with Java, then in most likelihood you have the server configured correctly.
To run a Node.js MQ Client in TLS mode needs code that sets the cipher spec and identifies the location of the client keys.
For java you are most likely using a .jks client keystore. For MQI based Clients (Node, Python, Go, C), you need a key database and stash file.
As you will need to have installed the MQI client, you can run the runmqakm tool to create them:
and import the server's public key certificate into the client key database
Notice that I have called the keystore and stash
clientkey
. You can call them what ever you want, but in your node.js code setsco.KeyRepository = KEY_REPOSITORY;
to point at your equivalent of
clientkey