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
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