mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
How to adopt HTTP proxy while downloading pkl packages? #97
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @titaneric on GitHub (Mar 1, 2024).
Hi, I would like to download the pkl packages in the internal network environment? Is it possible to do that in the present pkl versiom?
Not a java expert, if there are any environment variable or properties could be set would be helpful!
@stackoverflow commented on GitHub (Mar 1, 2024):
This feature is very high on our list, hopefully we'll see it in the next version. For now this can't be done in Pkl.
@titaneric commented on GitHub (Mar 1, 2024):
Thank you! I could patiently wait this upcoming feature!
@odenix commented on GitHub (Mar 7, 2024):
@stackoverflow I'm offering to take this on unless you're already working on it.
@stackoverflow commented on GitHub (Mar 7, 2024):
@translatenix I'm not working on it and your help is appreciated.
I'd create a discussion for it first where we can discuss the goals and design. Just so we are in the same page.
@odenix commented on GitHub (Mar 11, 2024):
@titaneric Which type of proxy (HTTP, HTTPS, SOCKS) do you use? And which authentication method (if any)?
@titaneric commented on GitHub (Mar 11, 2024):
Hi, we use both HTTP and HTTPS proxy, envoy specifically.
We currently don't use authentication.