Re: SSL client Authentication

2014-08-10 Thread Nicholas Sherlock
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

SSL client Authentication

2014-08-04 Thread Shobhit Mishra
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

Re: SSL Client Authentication

2014-05-12 Thread Maxim Dounin
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

SSL Client Authentication

2014-05-12 Thread Dustin Oprea
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