Re: [EXT] Re: Connect to NGINX reverse proxy through proxy

2018-05-07 Thread Ajay Sonawane
Removing 'proxy_protocol' parameter fixed the problem. Thanks a lot. From: nginx on behalf of Roman Arutyunyan Sent: Monday, May 7, 2018 4:24:51 PM To: nginx@nginx.org Subject: Re: [EXT] Re: Connect to NGINX reverse proxy through proxy On Mon, Ma

Re: [EXT] Re: Connect to NGINX reverse proxy through proxy

2018-05-07 Thread Roman Arutyunyan
in your case) does not send the PROXY protocol header. Remove the "proxy_protocol" parameter from "listen" to fix this. > > From: nginx on behalf of Roman Arutyunyan > > Sent: Monday, May 7, 2018 3:55:59 PM > To: nginx@nginx.

Re: [EXT] Re: Connect to NGINX reverse proxy through proxy

2018-05-07 Thread Ajay Sonawane
:59 PM To: nginx@nginx.org Subject: [EXT] Re: Connect to NGINX reverse proxy through proxy Hello, On Mon, May 07, 2018 at 05:15:34AM +, Ajay Sonawane wrote: > I am using NGINX as a HTTPS reverse proxy and load balancer. My clients are > able to connect to reverse proxy using SSL and re

Re: Connect to NGINX reverse proxy through proxy

2018-05-07 Thread Roman Arutyunyan
Hello, On Mon, May 07, 2018 at 05:15:34AM +, Ajay Sonawane wrote: > I am using NGINX as a HTTPS reverse proxy and load balancer. My clients are > able to connect to reverse proxy using SSL and reverse proxy is able to > terminate SSL connection and establish a new connection with backend ser

Connect to NGINX reverse proxy through proxy

2018-05-06 Thread Ajay Sonawane
I am using NGINX as a HTTPS reverse proxy and load balancer. My clients are able to connect to reverse proxy using SSL and reverse proxy is able to terminate SSL connection and establish a new connection with backend server, data exchange is also happening. Now I am trying to setup a proxy bet