Connecting to a Websphere MQ in Java with SSL/Keystore

前端 未结 4 1974
眼角桃花
眼角桃花 2020-11-30 08:14

I\'d like to connect to a Websphere 6.0 MQ via Java. I have already working code for a \"normal\" queue, but now I need to access a new queue which is SSL encrypted (keysto

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 08:31

    Be aware of which JRE you are using. We have had big trouble in using Sun JDK, because of a certain cryptation (TLS_RSA_WITH_AES_128_CBC_SHA) on the SSL channel to the IBM MQ. We used a X509 certeficate. In order to get it working we are using IBM JRE because it has much bigger support for certain cipher suites!

提交回复
热议问题