Hi, I'm trying to connect through LDAP server via SSL. I followed the User's Guide on website to create a LdapNetworkConnection but it failed to connect.
LdapConnection connection = new LdapNetworkConnection( "<Host_name>", 636, true ); SSL is configured on LDAP server. I could create SSL connection to the server using Apache Directory Studio. I could not find much information in the User's Guide. Could anyone please tell me what I'm missing? Thanks and Best Regards, Steven Nguyen <http://www.advantco.com>
