> org.springframework.ldap.CommunicationException: simple bind failed: > localhost:389; nested exception is > javax.naming.CommunicationException: simple bind failed: localhost:389 > [Root exception is javax.net.ssl.SSLHandshakeException: Remote host > closed connection during handshake]
Based on the LDAP config in your deployerConfigContext.xml, it looks like you're trying to talk SSL to port 389, which is likely not going to work. You either need to communicate with the SSL port, 636, or configure your LDAP context source to issue a startTLS command to upgrade your connection to TLS on the standard 389 port. I can provide configuration for that if you'd like the latter, but most folks take the easy route and talk to the SSL port, e.g. https://directory.vt.edu:636. Also, it might be helpful for us to know what LDAP software you're using. M
signature.asc
Description: This is a digitally signed message part
