mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
Allow Basic Authentication in http_proxy #179
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 @avarei on GitHub (Jul 5, 2024).
Currently only proxies without authentication are supported.
From the Docs:
So when trying to run
pkl project resolveon a system with HTTP_PROXY env variable set I get an error:Running
pkl project resolve --http-proxy http://myproxywith a.netrcfile containing the credentials had the same outcome.And when trying to run
pkl project resolve --http-proxy $HTTP_PROXYi get another error:Allowing basic authentication in for http proxies would be helpful.