Issue with DNS Naming and Certificates LDAP Context
问题 With the last update of Java 1.8.0_181 I have an issue when I try to create a LDAPS connection to Active Directory. Up to version 1.8.0_171 using the following code I could create it without issues Hashtable<String, Object> objEnvironment; objEnvironment = new Hashtable<String, Object>(11); objEnvironment.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory"); objEnvironment.put(Context.PROVIDER_URL, "LDAPS://domain:636"); objEnvironment.put(Context.SECURITY_AUTHENTICATION,