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?
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.
© 2024 OneMinuteCode. All rights reserved.