Re: "Connection Refused" with nginx as reverse proxy

2016-02-01 Thread Radha Venkatesh (radvenka)
going to come in to the server. Thanks, Radha. On 2/1/16, 12:32 AM, "Francis Daly" wrote: >On Mon, Feb 01, 2016 at 01:00:04AM +, Radha Venkatesh (radvenka) >wrote: > >Hi there, > >> server { >> listen 127.107.138.162:8080; > >>

"Connection Refused" with nginx as reverse proxy

2016-01-31 Thread Radha Venkatesh (radvenka)
I have set up nginx as a reverse proxy with this configuration worker_processes 1; pid /run/nginx.pid; events { worker_connections 4096; } http { include/etc/nginx/default.d/proxy.conf; default_type application/octet-stream; sendfile on; tcp_nopush on;

RE: Need to compare client certificate CN with an entry in /etc/hosts

2013-11-26 Thread Radha Venkatesh (radvenka)
o: nginx@nginx.org Subject: Re: Need to compare client certificate CN with an entry in /etc/hosts On Tue, Nov 26, 2013 at 07:19:55PM +0000, Radha Venkatesh (radvenka) wrote: Hi there, > An additional requirement is that we have to match the client certificate > CN with an existing entry in /e

RE: Need to compare client certificate CN with an entry in /etc/hosts

2013-11-26 Thread Radha Venkatesh (radvenka)
Sent: Tuesday, November 26, 2013 11:55 AM To: nginx@nginx.org Subject: Re: Need to compare client certificate CN with an entry in /etc/hosts On 26 November 2013 19:19, Radha Venkatesh (radvenka) wrote: > we have to match the client certificate CN with an > existing entry in /etc/hosts.

Need to compare client certificate CN with an entry in /etc/hosts

2013-11-26 Thread Radha Venkatesh (radvenka)
I am a newbie to Nginx. We plan to use nginx as a reverse proxy to tomcat and node js on our systems. We plan to use MTLS to secure server to server communication (between nginx on different servers). An additional requirement is that we have to match the client certificate CN with an existing e