You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zincati currently supports fetching HTTP content through proxies specified via environment variables. However, proxy configuration is applied to all HTTP requests. In some cases, it would helpful to exclude some endpoints which cannot be meaningfully fetched over proxies (e.g. localhost endpoint). At the moment the HTTP library reqwest that we are using does not support that.
In order to fix this, we should either:
Followup from coreos/fedora-coreos-tracker#379 (comment).
Zincati currently supports fetching HTTP content through proxies specified via environment variables. However, proxy configuration is applied to all HTTP requests. In some cases, it would helpful to exclude some endpoints which cannot be meaningfully fetched over proxies (e.g.
localhost
endpoint). At the moment the HTTP libraryreqwest
that we are using does not support that.In order to fix this, we should either:
reqwest
fix for Added support for the NO_PROXY environment variable seanmonstar/reqwest#705The text was updated successfully, but these errors were encountered: