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