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