
Ive already tried that configuration with my LDAP Browser
And its success and connected


--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/17449e07-16ac-4650-8b38-9008603a15de%40apereo.org.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/17449e07-16ac-4650-8b38-9008603a15de%40apereo.org.
---Fazla.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/79e4a05b-07ab-4ca6-abae-ca5095edd10a%40apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/79e4a05b-07ab-4ca6-abae-ca5095edd10a%40apereo.org.
---Fazla.
The error indicates that transport encryption is required -- this
generally means you need to change the LDAP server URI from
ldap://server.domain.gTLD to ldaps://server.domain.gTLD but
since few LDAP servers use certs issued from a public certificate
authority (CA), you'll also need to set up the certificate trust. I use a
private CA to sign all certificates, so can import the CA public key
into the Java truststore. Just use any keytool and explore your thekeystore and copy and paste your self sign cert inside thekeystore. For authentication you can use LDAP only like me and use the port 389. Can you please post your config as well?