Details
Description
LDAPLoginModule.setupSsl calls, via a service reference, OsgiKeystoreManager.createSSLContext - with no timeout. That's overloaded to call OsgiKeystoreManager.createSSLContext with a timeout of 0. The for loop in OsgiKeystoreManager.checkForKeystoresAvailability therefore never executes, and perfectly valid keystores and truststores will never be found.