Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ldapbind over ssl fails

user12237661Apr 20 2016 — edited Apr 22 2016

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





Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2016
Added on Apr 20 2016
2 comments
1,524 views