MQ

 View Only
  • 1.  MQRC_JSSE_ERROR

    Posted Mon October 10, 2022 11:40 AM
    Hi,

    I'm trying to connect to queue manager from WAS console 8.5.5.21. I created a new queue and connection factory under Resources>JMS to connect to queue manager. While doing test connection, I'm receiving MQRC_JSSE_ERROR in connection factory. Can someone please let me know where else I'm missing configurations?

    Thank you

    ------------------------------
    Akhila Yadlapalli
    ------------------------------


  • 2.  RE: MQRC_JSSE_ERROR

    Posted Tue October 11, 2022 04:28 AM
    Edited by Martin Evans Tue October 11, 2022 04:29 AM
    Hi Akhila,

    If it is a TLS issue you don't always see something in the MQ log, I tend to take a look at the Java TLS logs first by adding eaither,

    -Djavax.net.debug=ssl:handshake

    or

    -Djavax.net.debug=ssl

    We also have a troubleshooting guide here: https://www.ibm.com/support/pages/troubleshooting-ibm-mq-javajms-ssl-configurations


    ------------------------------
    Regards,

    Martin Evans
    IBM MQ Technical Product Manager
    ------------------------------



  • 3.  RE: MQRC_JSSE_ERROR

    Posted Tue October 11, 2022 09:11 AM
    JSSE_ERROR can cover a lot of different issues. Do you have a Java Exception and stack trace from the failing connection?

    ------------------------------
    Mark Bluemel
    Software Engineer
    IBM
    mbluemel@uk.ibm.com
    ------------------------------



  • 4.  RE: MQRC_JSSE_ERROR

    IBM Champion
    Posted Tue October 11, 2022 11:16 AM
    The keystore and truststore paths are not set correctly.

    ------------------------------
    om prakash
    ------------------------------