// 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"); }
Environment
None
Activity
Show:
speedy November 6, 2015 at 3:56 PM
while researching, this appears to be a bug with java at the time. submitted pr 364 for review. that should enable connection time for ssl
Daryl Herzmann October 22, 2015 at 1:15 PM
Assigning to speedy to see what he thinks as to this issue's current relevance.
Guus der Kinderen February 6, 2013 at 7:57 PM
Removing the 'fix version' for all unresolved issues that were scheduled for version 7.8.2. We're releasing this version today - the remaining issues should be rescheduled later.
it seems that this was once fixed for 2.1.5 and now it reappears in 3.6.4 http://www.igniterealtime.org/community/thread/14823?start=0&tstart=0
now reported at: http://www.igniterealtime.org/community/message/199770
The code in question is:
// 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");
}