Originally created by @avarei on GitHub (Jul 5, 2024).
Currently only proxies without authentication are supported.
From the Docs:
When specifying a proxy address, it must have scheme http, and may not contain anything other than a host and port
So when trying to run pkl project resolve on a system with HTTP_PROXY env variable set I get an error:
Received unexpected status code `407` when making request `GET <...>`.
Running pkl project resolve --http-proxy http://myproxy with a .netrc file containing the credentials had the same outcome.
And when trying to run pkl project resolve --http-proxy $HTTP_PROXY i get another error:
Error: Invalid value for "--http-proxy": Malformed proxy URI (expecting `http://<host>[:<port>]`)
Allowing basic authentication in for http proxies would be helpful.
Originally created by @avarei on GitHub (Jul 5, 2024).
Currently only proxies without authentication are supported.
From the Docs:
> When specifying a proxy address, it must have scheme http, and may not contain anything other than a host and port
So when trying to run `pkl project resolve` on a system with HTTP_PROXY env variable set I get an error:
```
Received unexpected status code `407` when making request `GET <...>`.
```
Running `pkl project resolve --http-proxy http://myproxy` with a `.netrc` file containing the credentials had the same outcome.
And when trying to run `pkl project resolve --http-proxy $HTTP_PROXY` i get another error:
```
Error: Invalid value for "--http-proxy": Malformed proxy URI (expecting `http://<host>[:<port>]`)
```
Allowing basic authentication in for http proxies would be helpful.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.