Hi,
 
I am using the FDS with the SSL/TLS enable. I had to activate my ldap.conf config file to the "tls_checkpeer no".
 
It works fine and solved the problem.
 
I am looking for the corresponding solution when using the openldap (or Fedora) API.
 
After the ldap_start_tls_s(ldap,NULL,NULL)
 
I am getting the problem that the server certificate failed in the verifying procedure.
 
The client side error is SSL3_GET_SERVER_CERTIFICATE: certificate verify failed
In the server i am getting an error notifying me that the peer could not verify the ca certificate.
 
Any idea for how to define (through the API) to ignore the server certificate similar to the tls_checkpeer
 
Thanks in advance
Yoram