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
We've been setting up an apt-cacher-ng server, and our apt sources include a combination of http and s3. apt-cacher-ng does not work with s3 URLs, so we've been trying to skip those URLs and not go through apt-cacher. However, adding the "Acquire::s3::Proxy DIRECT" line to apt-config does not work. It would be great to have that as a way to bypass proxy for all s3 URLs. What we ended up doing was
Hello,
We've been setting up an apt-cacher-ng server, and our apt sources include a combination of http and s3. apt-cacher-ng does not work with s3 URLs, so we've been trying to skip those URLs and not go through apt-cacher. However, adding the "Acquire::s3::Proxy DIRECT" line to apt-config does not work. It would be great to have that as a way to bypass proxy for all s3 URLs. What we ended up doing was
Acquire::http::Proxy::<our_repo_domain_name_on_s3> "DIRECT";
which has the downside that we have to spell out the domain name to ignore.
Thanks,
Mikhail
The text was updated successfully, but these errors were encountered: