OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
Caused by: LDAPException(resultCode=91 (connect error), errorMessage='An error occurred while attempting to connect to server LDAPServerFQDN/LDAPServerIP:636: IOException(LDAPException(resultCode=91 (connect error), errorMessage='An error occurred while attempting to establish a connection to server LDAPServerFQDN/LDAPServerIP:636: SSLHandshakeException(Received fatal alert: handshake_failure), ldapSDKVersion=6.0.11, revision=8b21d0a4c6eb8b5c3e60a96fc3e9e13b9c2f650f'))')
Caused by: LDAPException(resultCode=91 (connect error), errorMessage='An error occurred while attempting to establish a connection to server LDAPServerFQDN/LDAPServerIP:636: SSLHandshakeException(Received fatal alert: handshake_failure), LDAPSDKVersion=6.0.11, revision=8b21d0a4c6eb8b5c3e60a96fc3e9e13b9c2f650f')
A connection to the LDAP server can be successfully established via SSL via the OpenSSL client:
Using LDAPsearch, on the OpenMetadata server, data could be queried from the LDAP server.
Other applications can already successfully access the LDAP server (via SSL)
OpenMetadata has been configured to be accessible via SSL.
For LDAP, the options JVMDefault, HostNamand TrustAll were tried for AUTHENTICATION_LDAP_TRUSTSTORE_TYPE.
We use an nginx as a proxy for OpenMetadata. We also tried it without the nginx.
We try to establishing a connection from OpenMetadata to an LDAP server via SSL. It fails with the message:
A connection to the LDAP server can be successfully established via SSL via the OpenSSL client:
Using LDAPsearch, on the OpenMetadata server, data could be queried from the LDAP server. Other applications can already successfully access the LDAP server (via SSL)
OpenMetadata has been configured to be accessible via SSL. For LDAP, the options JVMDefault, HostNamand TrustAll were tried for AUTHENTICATION_LDAP_TRUSTSTORE_TYPE.
We use an nginx as a proxy for OpenMetadata. We also tried it without the nginx.
Attached is a configuration excerpt
Version: