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