In my case, I had set TLSVerifyClient to demand. I couldn't be able to establish a connection While providing TLSCACertificateFile alone.
While setting the TLSVerifyClient option demand is it mandatory to provide the following option*?
- TLSCACertificateFile
- TLSCertificateKeyFile
- TLSCertificateFile
Regards, Ram
Try,
I have set the TLSVerifyClient option to demand and trying to establish a connection with the LDAP server only with the TLSCACertificateFile certificate alone.
Expecting,
The connection needs to be established between the server and the client.