nginx-forward-proxy icon indicating copy to clipboard operation
nginx-forward-proxy copied to clipboard

Need the same support for the https:// urls with CONNECT request hitting on the nginx proxy

Open naveen27232 opened this issue 5 years ago • 1 comments

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

naveen27232 avatar Jul 16 '20 10:07 naveen27232

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.

markgargan avatar Dec 06 '21 14:12 markgargan