Le 25/03/15 08:17, Kiran Ayyagari a écrit : > On Wed, Mar 25, 2015 at 2:52 PM, Karim Hosny <[email protected]> wrote: > >> >> Ok, what about SSL, when I try to connect using SSL it doesn't connect at >> all although with TLS it connects but doesn't bind. >> > the default is TLS. SSL support is removed after the disclosure of POODLE > vulnerability,
This is configurable. You can enforce an older version of TLS (1.0) to be used by telling the LdapConnectionConfig tu use something else than teh default protocol : LdapConnectionConfig.LsetSslProtocol( String protocol );
