简体   繁体   中英

IBM MQ connection in node js with 2 way SSL

I'm trying to establish 2 way SSL MQ connection from node js application via 'ibmmq' node module. Is it possible to configure truststore and keystore (SSL configs) with ibmmq? If so, how should it be configured?

See comments in the amqsconntls.js sample.

As it's built on the C client, the Node.js layer requires a kdb-format store which combines the role of keystore and truststore. Use of that store from client programs is described in the MQ knowledgecenter - various mechanisms including program-specified, ini file and environment variables can be used to access it depending on your requirements.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM