You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module makes nginx work as forward proxy server for HTTPS.
It implements this function via supporting HTTP CONNECT method, which is not supported by original nginx.
BTW, nginx proxy module (e.g. directive proxy_pass) can do reverse proxy and forward proxy for HTTP. It cannot support HTTPS forward proxy, that it cannot support CONNECT request.
No description provided.
The text was updated successfully, but these errors were encountered: