Openfire

ldap.connect.timeout not working with SSL connection

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: 3.6.4
  • Fix Version/s: 3.7.2
  • Component/s: Core
  • Labels:
    None
  • Acceptance Test - Add?:
    No

Description

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"); }

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated: