SSL client Authentication

2014-08-04 Thread Shobhit Mishra
aders" However I verified using wireshark that the client is sending the certificate , same as the one given in ssl_client_certificate directive. Could anyone please let me know if there is anything wrong in the configuration or nginx doesn't accept non CA certificate. Thanks and Regards

getting intermittent '502 bad gateway ' error.

2014-08-02 Thread shobhit
We are using nodejs(v 0.10.29 ) ,express,nginx( version 1.4.6) with mongodb(v 2.6.3) replicaset and getting intermittent 502 bad gateway error. pm2 logs is unable to log error though nginx aerror.log is showing recv() failed (104: Connection reset by peer) while reading response header from

Re: Using Domain Names in proxy_pass directive

2014-05-25 Thread Shobhit Mishra
This solution would really help . Thanks a lot for the info .. :) Regards Shobhit Mishra Posted at Nginx Forum: http://forum.nginx.org/read.php?2,250307,250341#msg-250341 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman

Re: Using Domain Names in proxy_pass directive

2014-05-23 Thread Shobhit Mishra
/proxy.conf ; proxy_redirect off; } Does nginx honor TTL for the FQDN in the upstream block as well ?? As per my understanding nginx resolves FQDN in upstream blocks only during configuration parsing .. Please suggest on this. Thanks Shobhit Mishra Posted at Nginx

Using Domain Names in proxy_pass directive

2014-05-23 Thread Shobhit Mishra
this FQDN in the DNS server , would nginx re-resolve the FQDN to the new IP for all the future requests. Also does nginx honor TTL for all the FQDN stored in variables as shown above ?? Thanks and Regards Shobhit Mishra Posted at Nginx Forum: http://forum.nginx.org/read.php?2,250307,250307#msg