<div dir="ltr">Hello, I would like to use NGINX to balance traffic between two McAfee (standalone) proxy.<br><br>I've made some advances and I'm able to open an HTTP page.<br><br>Now, I need the client to open an HTTPS request.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em ter., 15 de fev. de 2022 às 00:54, Sergey A. Osokin <<a href="mailto:osa@freebsd.org.ru">osa@freebsd.org.ru</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Carlos,<br>
<br>
hope you're doing well.<br>
<br>
On Mon, Feb 14, 2022 at 11:08:53PM -0300, Carlos Renato wrote:<br>
> Hey guys,<br>
> <br>
> Can someone help me? I'm using NGINX to direct connections to two Proxy<br>
> servers.<br>
> <br>
> I did a simple setup.<br>
> <br>
> upstream webgateway {<br>
>    server <a href="http://192.168.239.151:9090" rel="noreferrer" target="_blank">192.168.239.151:9090</a>;<br>
>    server <a href="http://192.168.239.152:9090" rel="noreferrer" target="_blank">192.168.239.152:9090</a>;<br>
> }<br>
> <br>
> server {<br>
>    listen 81;<br>
>    server_name proxy.lab.local;<br>
> <br>
>    location / {<br>
>           proxy_pass <a href="http://webgateway" rel="noreferrer" target="_blank">http://webgateway</a>;<br>
>    }<br>
> }<br>
> <br>
> NGINX is listening on port 81.<br>
> <br>
> If I configure the proxy IP in the browser, the client "goes out" to the<br>
> Internet.<br>
> <br>
> Browser:<br>
> <a href="http://192.168.239.151:9090" rel="noreferrer" target="_blank">192.168.239.151:9090</a> or <a href="http://192.168.239.152:9090" rel="noreferrer" target="_blank">192.168.239.152:9090</a> - Its Ok!<br>
> <br>
> If I configure the NGINX IP in the browser, the client "does not go out" to<br>
> the internet.<br>
> <br>
> Browser:<br>
> <a href="http://192.168.239.151:81" rel="noreferrer" target="_blank">192.168.239.151:81</a> - No!<br>
> <br>
> The packet even arrives at the proxy, but the browser tries to load "<br>
> <a href="http://webgateway.com" rel="noreferrer" target="_blank">http://webgateway.com</a>"<br>
<br>
My guess is you want to configure NGINX as a forward proxy, and not<br>
as a reverse proxy.  And if so, that's not the case for NGINX.<br>
<br>
-- <br>
Sergey A. Osokin<br>
_______________________________________________<br>
nginx mailing list -- <a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
To unsubscribe send an email to <a href="mailto:nginx-leave@nginx.org" target="_blank">nginx-leave@nginx.org</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"> <br><br></div>