Oracle DB: 11.2.0.3.0
OS: RHEL 6
Setting up LDAP auth in RDBMS works without SSL over SSL it produces the following error: SA-00102:
Database error -3102:’ORA-31202: DBMS_LDAP:LDAP client/server error:SSL handshake failed’ has occurred
Running ldapbind -h hostname -p 389 and 3268 - D cn=foo -q binds successfully. Ldapsearch over 389 and 3268 returns data.
ldapbind -h hostname -p 636 or 3289 -D cn=foo -Q -q -W path_wallet -U 1,2 or 3 fails and returns:
sgslufread: Hard error on read, OS error = 104
Putting in the wrong path or password for the wallet returns: Unable to open wallet. Just to rule out any issues with the wallet.
Installed openldap-clients rpm and was able to successfully use ldapwhoami over ssl on ports 636 and 3289.
Not sure what areas I should now check. Appreciate any advice.
Cheers