To use the nginx reverse proxy in a proxy environment

Asked 2 years ago, Updated 2 years ago, 46 views

My company's network is an authenticated proxy.
I would like the nginx reverse proxy to work in this environment.

Simply configuring proxy_pass is not enough to break through the authenticated proxy, so
Is it possible to set up an authenticated proxy on the nginx side?

nginx

2022-09-30 15:38

1 Answers

Do you mean you want to refer to the reverse proxy destination web server via the forward proxy?
Even without authentication, I don't think I can browse the web server via the forward proxy.
In URI parsing, if the //uri が part of http[s]://host:port/uri?args does not start with // 」, a syntax error occurs and you cannot pass a URI that starts with httphttp:// 」 to the forward proxy.


2022-09-30 15:38

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.