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