RE: JNDI ldaps Problem with SSO

2021-05-27 Thread Susan.Wood
Hi Christopher Enclosed is the stacktrace of the tomcat (localhost) 03-Mar-2021 15:57:15.221 SEVERE [http-nio-8080-exec-10] org.apache.catalina.realm.JNDIRealm.authenticate Exception performing authentication javax.naming.NamingException: [LDAP: error code 1 - 04DC: LdapErr:

RE: JNDI ldaps Problem with SSO

2021-05-21 Thread Susan.Wood
Hi Christopher Enclosed is the stacktrace of the tomcat (localhost) On the DC side we see those messages: Then we see the same error events like we saw before already with the normal log level Internal event: The LDAP server returned an error. Additional Data Error value: 0057:

RE: JNDI ldaps Problem with SSO

2021-05-18 Thread Susan.Wood
Hi Chris Thank you for your fast reply When we are using plain ldap 3268, all works fine with those settings: Good: ldap://x..com:3268; userBase="DC=XXXINTRA,DC=CH" userSubtree="true" userSearch="(sAMAccountName={0})"

JNDI ldaps Problem with SSO

2021-05-18 Thread Susan.Wood
Hi all apache-tomcat-8.0.36 java version "1.8.0_281" Java(TM) SE Runtime Environment (build 1.8.0_281-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode) We are having a problem with our Single sign On config. When using ldap - all works well. When switiching to ldaps , the

RE: JNDI ldaps Problem with SSO

2021-02-25 Thread Susan.Wood
Dear Brian Thank you for your reply We can see the successful handshake with the LDAP Server. We think, after that, some more data goes back and forth and then the connection is closed. We can't see, what is exactly happening - its TLSv1.3 When using ldap with port 3268 - its all good. So

RE: JNDI ldaps Problem with SSO

2021-02-25 Thread Susan.Wood
Hi Bill Thank you for your fast reply We are using RHEL7 The JAVA is using it's default cacerts which includes all ROOT CA's of the LDAP Server. We also added another Trusstore in the JAVA OPTS of the Tomcat JVM, which also includes the whole chain of the LDAP Server Cert: tomcat 21503

JNDI ldaps Problem with SSO

2021-02-25 Thread Susan.Wood
Hi all apache-tomcat-8.0.36 java version "1.8.0_281" Java(TM) SE Runtime Environment (build 1.8.0_281-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode) We are having a problem with our Single sign On config. When using ldap - all works well. When switiching to ldaps , the