
September 30th, 2010, 09:32 AM
|
|
Registered User
|
|
Join Date: Sep 2010
Posts: 3
Time spent in forums: 7 m 17 sec
Reputation Power: 0
|
|
|
LDAP SSL Connection Pooling Not Working despite using Sun Documentation
Okay, so I'm moving my application over from non-SSL to SSL connections to my LDAP server. When running the application in non-SSL, connection pooling is working fine. However when I switch to SSL connection pools no longer work.
While researching here I realized that I never set the "com.sun.jndi.ldap.connect.pool.protocol" property to "plain ssl" since defaultly it is set to plain. I thought this was the problem.
When I implemented the change to include "plain ssl", it did not fix the problem and connection pools were still not being used.
Is there some other setting that I am missing?
|