You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: