由于 MQRC_UNSUPPORTED_CIPHER_SUITE 而无法连接到 IBM MQ

问题描述 投票:0回答:0

我无法连接到 IBM MQ 它抛出以下异常

org.springframework.jms.UncategorizedJmsException: Uncategorized exception occurred during JMS processing; nested exception is com.ibm.msg.client.jms.DetailedJMSException: JMSWMQ0018: Failed to connect to queue manager '' with connection mode 'Client' and host name ''. Check the queue manager is started and if running in client mode, check there is a listener running. Please see the linked exception for more information.; nested exception is com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2400' ('MQRC_UNSUPPORTED_CIPHER_SUITE').
  1. SSL 使用连接工厂配置了证书。
  2. com.ibm.mq.cfg.useIBMCipherMappings=false
  3. Java 11
  4. 已设置有效的密码套件
  5. Apache Camel 也存在于库中
  6. 我尝试了使用 Camel 路由和标准 JMS 的两种方式。
spring-boot ssl apache-camel ibm-mq
© www.soinside.com 2019 - 2024. All rights reserved.