andybalholm / redwood

Web content filter that runs as an HTTP proxy
BSD 2-Clause "Simplified" License
225 stars 37 forks source link

Use a parent proxy #82

Closed dtouzeau closed 1 year ago

dtouzeau commented 1 year ago

Is it possible to use a proxy parent in order to chain redwood and upstream proxy ?

andybalholm commented 1 year ago

It used to be (by setting the HTTP_PROXY environment variable). It's been years since we used that feature, though. I think it only works for plain HTTP at this point, not for HTTPS.

dtouzeau commented 1 year ago

Not possible to enforce the settings without using environment ? We need to chain with a local proxy service

andybalholm commented 1 year ago

Setting environment variables (on the server running Redwood) is the only way to make Redwood use an upstream proxy. And even that is basically unsupported—just a leftover from the time when we were running Redwood with Squid.

dtouzeau commented 1 year ago

Thanks...