Re: Web proxy support in buildpacks
JT Archie <jarchie@...>
Jack,
toggle quoted message
Show quoted text
For cached buildpacks, it would not be useful to set HTTP proxying. The dependencies are bundled with the buildpack and are loaded via the local file system, not HTTP. Most of the buildpacks use curl to download the dependencies from the HTTP server. You should be able to set the environment variables HTTP_PROXY or HTTPS_PROXY to for curl to use the proxy server. <http://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html> If this works for you it would be great to hear your feedback. Kinds Regards, JT On Mon, Aug 17, 2015 at 9:26 AM, Jack Cai <greensight(a)gmail.com> wrote:
Currently I see that the Java buildpack and the PHP buildpack explicitly |
|