Open sidings opened 1 year ago
I don't know of any changes either in this library or in the underlying MQ client that would affect this.
Don't forget to check not just the qmgr and client's individual certs, but also all the signing certs in the chain. See, for example, https://www.ibm.com/support/pages/ibm-mq-certificate-authority-chain-information
mq-mqi-nodejs version - 1.0.0
I recently updated the package version from 0.9.23 to 1.0.0, which was an upgrade in MQ version from 9.2.5 to 9.3.0. I haven't changed the certs or the keys for connecting to the queue manager I'm working with, since they shouldn't have been specific to my application. However, I'm getting this error when connecting with the same config:
Is there anything I'm missing from bumping these versions up, maybe in terms of configuration, that could cause this issue?
For reference, these were the error logs from the MQ server:
However, we checked the certificates and keys and none have expired, or are due to expire soon.