Skip navigation
1867 Views 4 Replies Latest reply: Jan 18, 2010 3:30 AM by muzammel111 RSS
muzammel111 Bronze 30 posts since
Sep 5, 2008
Currently Being Moderated

Jan 16, 2010 1:30 PM

[Bug ?] ldap connection timeout not working with SSL

After R&D i come to know its not possible, LdapManager already use this function for 10seconds delay.

 

http://www.igniterealtime.org/issues/secure/attachment/10250/LdapManager.java

 

// Specify timeout to be 10 seconds, only on non SSL since SSL connections
            // break with a teimout.
            if (!sslEnabled) {
                env.put("com.sun.jndi.ldap.connect.timeout", "10000");
            }

It's now hurts me , i use SSL connection with ldap, so some chance of fixing it in future
or its a bug ?. I think SSL is know the common protocol and it must need to be fix.

Muzi.

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points