Welcome! Log In Create A New Profile

Advanced

Nginx reverse proxy in front of corporate proxy

June 04, 2021 06:20AM
Hello!

I did some research and couldn't find anything similar on the forum, sorry if I'm wrong.

I would like to setup something like :

Client -> https://my-nginx.com -> http://corporate-proxy.com (corporate proxy) -> https://website.com (website to reach)

Doing curl command like
curl -v https://website.com -x http://corporate-proxy.com works fine

I tried something like

location /test {
proxy_set_header Host https://website.com;
proxy_pass http://corporate-proxy.com:3128;
}

The corporate proxy does not allow me to access https://website.com in this case.

Rewriting is not, for my use case, a satisfying alternative because of the 302 return code.

Is there any way to achieve this ?

Thank you!

Antoine
Subject Author Posted

Nginx reverse proxy in front of corporate proxy

Flinou June 04, 2021 06:20AM

Re: Nginx reverse proxy in front of corporate proxy

Maxim Dounin June 04, 2021 12:08PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 258
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready