Using ldapsearch to connect to OUD using TLS v1.2
I have configured OUD to only support TLS v1.2 connections.
I can prove that the OUD is only responding to TLS v1.2 connections by using openssl s_client, however I can't use the ldapsearch command supplied with OUD.
[ds@host1 bin]$ ./ldapsearch --version
Oracle Unified Directory 11.1.2.3.0
Build 20150414142803Z
I get the following error when I try using ldapsearch
[ds@host1 bin]$ ./ldapsearch --hostname host1.test.net --port 1636 --useSSL --baseDN "" -v --searchScope base --trustAll "(objectclass=*)"
10:06:21.707 protocol verbose LDAPMessage(msgID=1, protocolOp=BindRequest(version=3, dn=cn=Directory Manager, password=******))
10:06:21.757 protocol verbose WRITE ASN.1 START SEQUENCE(type=0x30)
10:06:21.757 protocol verbose WRITE ASN.1 INTEGER(type=0x2, length=1, value=1)