On 5 August 2014 02:49, Shobhit Mishra wrote:
> However I verified using wireshark that the client is sending the
> certificate , same as the one given in ssl_client_certificate directive.
>
But that's not the certificate that Nginx is expecting, it expects the
client to send a certificate that
Hi !!
I am using nginx as reverse proxy with HTTPS on both client side as well as
server side . My ssl configuration looks like below :-
ssl_protocolsSSLv3 TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers ALL:!MD5:!ADH:!DH;
ssl_prefer_server_ciphers o
Hello!
On Mon, May 12, 2014 at 10:41:47AM -0400, Dustin Oprea wrote:
> I have the following *server* configuration for client-authentication:
>
> ssl on;
> ssl_certificate /.../deploy_api_certificate.pem;
> ssl_certificate_key /.../deploy_api_private.pem;
>
> ssl_client_cert
I have the following *server* configuration for client-authentication:
ssl on;
ssl_certificate /.../deploy_api_certificate.pem;
ssl_certificate_key /.../deploy_api_private.pem;
ssl_client_certificate /.../ca_cert.pem;
ssl_verify_client on;
ssl_verify_depth 1;
It look