MQ

MQ

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Secure LDAP and CRLDistributionPoint

    Posted 02/07/20 06:54 AM
    Hi,

    I have a problem with secure LDAP connection with Active Directory. Even though I have 

    OCSPCheckExtensions=NO and CDPCheckExtensions=NO in qm.ini I can see from a packet capture that MQ tries to contact the Distribution points. When the request fails it just returns and error back to Active Directory and prints out  "'ldap_simple_bind' call returned error 81 : 'Can't contact LDAP server'.". Any idea how to fix this? For other SSL/TLS connections I cannot see the validation attempt.



    ------------------------------
    --Hermanni
    ------------------------------


  • 2.  RE: Secure LDAP and CRLDistributionPoint

    Posted 02/11/20 11:03 AM
    https://www-01.ibm.com/support/docview.wss?uid=swg1IT25430
    Set the below in the qm.ini file and restart the queue manager.
    AllowTLSV1=Y
    in the SSL stanza of the qm.ini file.

    ------------------------------
    Matthias Jungbauer
    ------------------------------



  • 3.  RE: Secure LDAP and CRLDistributionPoint

    Posted 02/24/20 05:38 AM
    Hi Matthias, thanks for your reply. Unfortunately it didn't solve the issue. The error message that I receive is the same as described in technote, but I think the root cause is different. I can see from the packet capture that MQ tries to contact the CRL distribution points that it receives with the server certificate. My question is that why the same configuration that disables a CRL check done during the message channel SSL/TLS handshake doesn't disable the one that happens during LDAPS handshake?

    --Hermanni

    ------------------------------
    Hermanni Pernaa
    ------------------------------



  • 4.  RE: Secure LDAP and CRLDistributionPoint

    Posted 02/24/20 06:19 AM
    Maybe it is best, if you ask IBM for an answer.

    ------------------------------
    Matthias Jungbauer
    ------------------------------



  • 5.  RE: Secure LDAP and CRLDistributionPoint

    Posted 04/16/20 08:22 PM
    Di​d you ever resolved this issue, If so, can you share how?

    ------------------------------
    Afaque Khan
    ------------------------------



  • 6.  RE: Secure LDAP and CRLDistributionPoint

    Posted 04/20/20 01:41 AM
    Hi,
    yes, I was able to solve the issue. The problem was caused by a missing intermediate certificate.
    The certificate chain has to be complete in order to make LDAPS connectivity to work.
    Hope this helps.

    ------------------------------
    Hermanni Pernaa
    ------------------------------



  • 7.  RE: Secure LDAP and CRLDistributionPoint

    Posted 04/20/20 09:16 AM
    Thanks
    That helps. 


    ------------------------------
    Afaque Khan
    ------------------------------