Table of Contents | ||
---|---|---|
|
Info |
---|
Lamaxu version versions greater than 1.0.5.9 is are required in order to use SSL Connections to the MQ queue manager. |
...
Example, http://localhost:8085/admin/dashboard/#/mq/admin (the default username and password is admin/password)
Navigate to the 'Queue Managers' tab and enter the required Cipher Suite into the Cipher input box. Note the Cipher Suite used needs to match the Cipher Spec on the MQ channel.
Compatible Cipher Suites
SSL/TLS CipherSpecs and CipherSuites in IBM MQ classes for Java
Info |
---|
Depending on your MQ versions, the additional Java option below may be required to use other Cipher Suites. -Dcom.ibm.mq.cfg.useIBMCipherMappings=false |
To Import a Trust Certificate
...
Where mycert.txt is is your trust certificate.NOTE:
Info |
---|
The default password for the truststore.jks file is 'changeit' |
Recommended CipherSpecs and Equivalent CipherSuites
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_8.0.0/com.ibm.mq.dev.doc/q113210_.htm
MQ CipherSpec | Equivalent CipherSuite (Oracle JRE) | Protocol |
---|---|---|
TLS_RSA_WITH_AES_128_CBC_SHA | TLS_RSA_WITH_AES_128_CBC_SHA | TLS v1 |
TLS_RSA_WITH_AES_128_CBC_SHA256 | TLS_RSA_WITH_AES_128_CBC_SHA256 | TLS v1.2 |
TLS_RSA_WITH_AES_256_CBC_SHA | TLS_RSA_WITH_AES_256_CBC_SHA | TLS v1 |
TLS_RSA_WITH_AES_256_CBC_SHA256 | TLS_RSA_WITH_AES_256_CBC_SHA256 | TLS v1.2 |
Defining a Private Keystore for Mutual SSL
Include Page | ||||
---|---|---|---|---|
|