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

2018-05-07 Thread Ajay Sonawane
y 07, 2018 at 10:37:08AM +0000, Ajay Sonawane wrote: > >>For details it's better to look into error.log. > > Error log says "Broker header [some garbage chars] while reading PROXY > protocol, client: IPADDRESS, server:0.0.0.8443 This means the client (SQUID in your

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 +0000, 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

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

NGINX closes the upstream connection in 60 seconds

2018-04-26 Thread Ajay Sonawane
I am using Nginx proxy server as a reverse proxy and https load balancer. Client connects to backend server through the reverse proxy in a load balanced environment. I have setup the correct https configuration (with ssl certificates and all) so that my ssl communication is going through proxy.

Loadbalancer and failover issues

2018-04-17 Thread Ajay Sonawane
I am using nginx as a reverse proxy for my backend servers. My client is able to communicate to backend servers through proxy ( I have setup correct configuration). To setup a load balancer I have used upstream directive to define a cluster of backend servers and default method of round robin. M

RE: [EXT] Re: Nginx as reverse proxy for https traffic

2018-04-11 Thread Ajay Sonawane
pleted but no logs after that. -Original Message- From: Aleksandar Lazic [mailto:al-ng...@none.at] Sent: Wednesday, April 11, 2018 1:01 PM To: nginx@nginx.org; Ajay Sonawane Subject: [EXT] Re: Nginx as reverse proxy for https traffic Am 11.04.2018 um 07:11 schrieb Ajay Sonawane: > I

Nginx as reverse proxy for https traffic

2018-04-10 Thread Ajay Sonawane
I am trying to use Nginx as a reverse proxy in an environment where clients connects to my server (https://myserver:10443). I am trying to use Nginx as a reverse proxy so that client will connect to Nginx proxy and Nginx will forward all requests to backend server. The c