Hello,
I am trying to setup a HTTPS forward proxy(nginx) which accepts the requests , rewrite it and send to the original source.
original request - http://randomimg.com/picture.jpg
TO
https://nginxproxy.com/imgproxy?source=http://ranomimg.com/picture.jpg.
I did compile nginx with proxy connect module and also enabled SSL. (i can post the config if needed), but seems like its not sending the request to upstream properly. Wanted to see nginx does support the above scenario and any helpful links are appreciated.