nginx-forward-proxy
nginx-forward-proxy copied to clipboard
Need the same support for the https:// urls with CONNECT request hitting on the nginx proxy
Hi @kawanet
I was able to use your methodology and it works fine for all http URLs , but how can we implement the same for the https:// URLs which primarily send a CONNECT request to the nginx proxy , when set the proxy IP and port 3128 in the browsers manual proxy settings. Any leads..
Thanks, Naveen
Hi Naveen, were you able to get any solution for this? I tried with this nginx image https://hub.docker.com/r/reiz/nginx_proxy
which has the ngx_http_proxy_connect_module preconfigured but I haven't been able to successfully pass a https url through the proxy.