crowd-ldap-server icon indicating copy to clipboard operation
crowd-ldap-server copied to clipboard

LDAPS not working

Open cahi opened this issue 9 years ago • 2 comments

First I have configured the server to work without LDAPS, which works fine. When I am setting up the server to use a signed certificate and LDAPS I am getting an error:

[14:41:32] WARN [org.apache.directory.server.ldap.LdapProtocolHandler] - Unexpected exception forcing session to close: sending disconnect notice to client. javax.net.ssl.SSLHandshakeException: SSL handshake failed. ... Caused by: javax.net.ssl.SSLHandshakeException: no cipher suites in common

This also happens when I use the testAuthSSL.sh. Maybe you have a hint what I am doing wrong? thanks Carsten

cahi avatar Feb 19 '16 13:02 cahi

I imported my cert like this: keytool -import -v -trustcacerts -alias clientkey -file /etc/ssl/certs/my.crt -keystore /opt/atlassian/ldap/etc/cacerts.jks -keypass p@ssw0rd -storepass p@ssw0rd

config is: #LDAPS ssl.enabled=true ssl.keystore=/opt/atlassian/ldap/etc/cacerts.jks ssl.certificate.password=p@ssw0rd

cahi avatar Feb 19 '16 14:02 cahi

http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/ReadDebug.html

javax.net.ssl.SSLHandshakeException: no cipher suites in common

dwimberger avatar Apr 19 '17 18:04 dwimberger