deploy_feedback icon indicating copy to clipboard operation
deploy_feedback copied to clipboard

HTTPS_PROXY doesn't appear to work on Deno Deploy

Open nathanclevenger opened this issue 2 years ago • 0 comments

Although the Deno runtime docs describe HTTP_PROXY, and HTTPS_PROXY (https://deno.land/[email protected]/linking_to_external_code/proxies), they do not seem to honored on Deno Deploy as the outbound request comes from Google Cloud and a connection to the PROXY does not appear to even be attempted when calling fetch.

Is there some other setting or trick that's necessary to get HTTPS_PROXY working, or is this a bug or current limitation of the Deno Deploy environment?

nathanclevenger avatar Sep 06 '22 12:09 nathanclevenger