Re: Nginx ssl_trusted_certificate directive problem

2019-06-17 Thread Maxim Dounin
Hello! On Fri, Jun 14, 2019 at 06:09:22AM -0400, niegus wrote: > Hi, > > I have my nginx configured with client_certificate authentication: > > ssl_client_certificate /etc/nginx/ssl/cas.pem; > ssl_verify_client optional; > ssl_verify_depth 2; > And is working fine, but I need to NOT send the

Nginx ssl_trusted_certificate directive problem

2019-06-14 Thread niegus
Hi, I have my nginx configured with client_certificate authentication: ssl_client_certificate /etc/nginx/ssl/cas.pem; ssl_verify_client optional; ssl_verify_depth 2; And is working fine, but I need to NOT send the CAs to the client during the handshake. I've seen http://nginx.org/en/docs/http/