Automic Workload Automation

 View Only
  • 1.  TLS Login does not work

    Posted Jan 17, 2020 08:10 AM
    Edited by Michael TMO8Y2tl Jan 17, 2020 12:28 PM

    Dear Community,

    After enableing TLS in UC_LDAP_<DOMAIN>, I'm unable to perform a sync.
    LDAP error, class 'javax.naming.CommunicationException', message 'simple bind failed: <ldapserver>


    Seems that ldapserver is already trusted:

    java -jar ucsrvjp.jar -installcert <ldapserver>:636
    Loading KeyStore /opt/ae/java/jdk1.8.0_231/jre/lib/security/cacerts...
    Opening connection to <ldapserver>:636...
    Starting SSL handshake...

    No errors, certificate is already trusted.

    Regarding to docu, JWP needs to be restarted in order to grap the keystore. Is there a possibility to verify if the JWP is using the correct keystore?

    Maybe some trace command on jwp process?

    in srvc.ini, below section [REST] there is some other keystore then specified in /opt/ae/java/jdk1.8.0_231/jre/lib/security/cacerts, which keystore is used for JWP?