ADB - APEX - LDAP over TLS/SSL
Hello,
I'm migrating some APEX applications into OCI, on Autonomous Database, which has a built-in APEX instance. Some of these applications use Active Domain authentication.
I have a VPN in place between OCI and the on-prem AD server, which works fine. Connections can be open on port 636, which is the LDAP over TLS port. This is the only connection allowed from ADB, when it interacts with AD, so I don't have an option NOT to use TLS.
I've followed this instructions: , create a wallet, imported the LDAP certificate, uploaded to a DB Directory on the ADB DB. granted ACL to the APEX user, etc. I'm still getting "ORA-31202: DBMS_LDAP: LDAP client/server error: SSL handshake failed" when I try the authentication from APEX/LDAP.