unable to bind to Active Directory on SSL port even after import root cert
489267Nov 7 2008 — edited Nov 7 2008I am having trouble binding to our Active Directory Server on the SSL Port. I have imported the AD root certificate into my wallet on the OID server as a trusted source and it appears to be valid. (I can look at it, see the properties and expiration date of Sep 2009)
I use the command
ldapbind -p 636 -h AD1 -U 2 -W "file://etc/ORACLE/WALLETS/oracle" -P password
and return
SSL Failure : NZ Error - 29024 which implies an invalid certificate?
AD sysadmin assures me that he has sent the proper certificate and it looks valid in the Wallet using Wallet Manager.
I can bind to the OID in SSL using the wallet with command
ldapbind -U 2 -h griffon -p 1636 -W "file://etc/ORACLE/WALLETS/oracle" -P password
bind successful
I believe this tells me that I can open the wallet successfully and I should be able to bind to the Active Directory
I have done this on my development site and it seems to work? Is there something amiss in my wallet that I can check for?
appreciate any input
thanks
Edited by: user486264 on Nov 7, 2008 3:34 PM