Hello,
Previously we were using ssl_client_certificate directive to send files while SSL handshake which was increasing the latency with each request. After that we decided to move on to ssl_trusted_certificate directive as we didn't need to share these files anymore and according to NGINX docs, it says that this directive will not send any files to the server.
But I started getting this error:
nginx: [emerg] no ssl_client_certificate for ssl_verify_client
Need some help figuring out what could be the issue.
Thanks.