Re: SSL Authentication: $ssl_client_verify

2014-05-16 Thread Maxim Dounin
Hello! On Fri, May 16, 2014 at 12:37:44AM -0400, Dustin Oprea wrote: > I have the following server configuration for client-authentication: > > ssl on; > ssl_certificate /.../certificate.pem; > ssl_certificate_key /.../private.pem; > > ssl_client_certificate /.../ca_cert.pem

SSL Authentication: $ssl_client_verify

2014-05-15 Thread Dustin Oprea
I have the following server configuration for client-authentication: ssl on; ssl_certificate /.../certificate.pem; ssl_certificate_key /.../private.pem; ssl_client_certificate /.../ca_cert.pem; ssl_verify_client on; ssl_verify_depth 1; It looks like I get a "Bad Reque