ssl « ldap « Java Enterprise Q&A





1. OpenLDAP and SSL    stackoverflow.com

I am having trouble trying to connect to a secure OpenLDAP server which I have set up. On running my LDAP client code

java -Djavax.net.debug=ssl LDAPConnector
I get the following exception trace (java ...

2. How to enable connection pooling over LDAP SSL?    stackoverflow.com

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 ...

3. LDAP AD - Autentication SSL    coderanch.com

Hi, Sorry for my english I have a problem: I'm importing a certificate using keytool: keytool -import -alias certificadoLDAP -file c:\certificadoLDAP.cer -keystore certificadoLDAPcacerts When execute my java code a i have problem: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target] public static String alterarSenha(String login, String senhaAntiga,String senhaNova) { String msgErro = new String(); try ...

4. LDAP SSL Connection Pooling Not Working despite using Sun Documentation    forums.oracle.com

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 ...

6. ldap connection with ssl    forums.oracle.com