Re: RE: Nginx with NO SSL offload

2014-05-27 Thread Jonathan Matthews
On 27 May 2014 19:29, nginxsantos wrote: > I am still not convinced that no one faced this problem earlier. When Nginx > works as a reverse proxy, is everyone doing a SSL offload for the HTTPS > traffic? Yes, everyone is. ___ nginx mailing list nginx@n

Re: RE: Nginx with NO SSL offload

2014-05-27 Thread nginxsantos
I am still not convinced that no one faced this problem earlier. When Nginx works as a reverse proxy, is everyone doing a SSL offload for the HTTPS traffic? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,250329,250407#msg-250407 ___ nginx mai

Re: RE: Nginx with NO SSL offload

2014-05-27 Thread nginxsantos
I am still not convinced that no one faced this problem earlier. When Nginx works as a reverse proxy, is everyone doing a SSL offload for the HTTPS traffic? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,250329,250406#msg-250406 ___ nginx mai

RE: Nginx with NO SSL offload

2014-05-23 Thread Lukas Tribus
Hi, > Hi All, > > Is there way I configure Nginx not to do SSL offload, i.e Nginx should > receive the HTTPS traffic (by listening on port 443) and forward the same to > the backend server without doing an offload. > > I think I can do this if I setup my Nginx in TCP mode (using the third party >

Nginx with NO SSL offload

2014-05-23 Thread nginxsantos
Hi All, Is there way I configure Nginx not to do SSL offload, i.e Nginx should receive the HTTPS traffic (by listening on port 443) and forward the same to the backend server without doing an offload. I think I can do this if I setup my Nginx in TCP mode (using the third party module tcp proxy).