Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I've been trying for some hours to properly handle with our new LDAP server with SSL but I can't succeed to configure the connection with metadata where I got it directly with tldapconnection or tldapinput (with the option trust all certs as mentionned here : ). Anyway with the multiple jobs I will have to do, the use of metadata and context is mandatory.
I put the hostname/Port/encryption to LDAP(SSL) and check network parameter then I got the connection succeeded (in my old 5.3 instance I've got already a first failure here but with the 6.2 then it's okay now).
On the step 3 of 5. The anonymous Authentifcation failed whereas it's okay with my LDAP browser (Apache directory Studio) :
javax.naming.CommunicationException: java.security.cert.CertificateException: Untrusted Server Certificate Chain
On step 3 of 5 where I try to connect with the dn / password I got : "The authentification check failed"
Perhaps I make a big mistake to handle with ldaps and it is so big I can even see it (The use of simple ldap without ssl it's totally okay with metadata and context), any help would be appreciated.
Regards,