0 Replies Latest reply on May 11, 2010 6:32 PM by dave_lilley

    LdapExtLoginModule

      I am supporting an older application on JBoss AS 4.0.5.  It is using the LdapExtLoginModule over SSL to an Active Directory server.  It was working fine, but the AD server admin set a custom policy that blocks SSLv2.  Is there a way to set the version of TLS/SSL used for LdapExtLoginModule?  I tried -Djavax.rmi.ssl.client.enabledProtocols=TLSv1 and -Djavax.net.ssl.SSLSocket.enabledProtocols=TLSv1, but neither worked. (Client Hello message is SSLv2)

       

      Should have I done something more like: -Djavax.rmi.ssl.client.enabledProtocols=TLSv1,SSLv3 and  -Djavax.net.ssl.SSLSocket.enabledProtocols=TLSv1,SSLv3