Closed eruvanos closed 4 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/168836353
The labels on this github issue will be updated when the story is started.
Hey @eruvanos , thanks for posting! #20 was closed for an ancillary issue (they were using an old stack), but a solution was provided in #21, with the PR (#22 ) pulled in. Does that thread help at all?
@dfreilich With the PR (#22 ) we are now able to at least host an apt mirror/cache next to our apps and make it available with internal routes.
But it would be much more reliable to have support for proxy configuration and also for https repositories.
It would really improve the current setup and the use cases in enterprise clouds.
Thanks for your answer.
@eruvanos are you unable to use the http_proxy
environment variable to configure a proxy for apt
like is described in these docs? https://help.ubuntu.com/community/AptGet/Howto/#Setting_up_apt-get_to_use_a_http-proxy
We're gonna close this as inactive. Please feel free to re-open if you have further issues.
What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running
cf curl /v2/info && cf version
?What version of the buildpack you are using?
If you were attempting to accomplish a task, what was it you were attempting to do?
Install an apt package from behind a proxy, which supports https only.
What did you expect to happen?
APT buildpack provides a possibility to configure a http and https proxy, furthermore it should be able to install from https repositories.
What was the actual behavior?
No connection possible.
Please confirm where necessary:
Related:
There is an issue #20 which seems to refer the same problem, still it is unclear to my, why it was closed.