Allow SSL cert mismatch option
"Markus Moeller" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Message-ID | <[email protected]> |
I am using the C SDK to do ldap connections with SSL protection. Does the C SDK have an option to allow hostname mismatches ? I have the right certs in ther cert.db, but in some situations I don't connect with the fqdn but with an alias or cname which means my SSL connection is not working . Openldap has a possibility to set in ldap.conf "tls_reqcert allow" does a similar setting exist for the C SDK ? Thank you Markus