1. OpenLDAP and SSL stackoverflow.comI am having trouble trying to connect to a secure OpenLDAP server which I have set up. On running my LDAP client code
I get the following exception trace (java ... |
2. How to enable connection pooling over LDAP SSL? stackoverflow.comOkay, 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.comHi, 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.comOkay, 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 ... |
5. trying to login over a form using ssl with ldap forums.oracle.com |
6. ldap connection with ssl forums.oracle.com |