Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urlcache: Support HTTP proxy #254

Merged
merged 1 commit into from
May 31, 2024
Merged

urlcache: Support HTTP proxy #254

merged 1 commit into from
May 31, 2024

Conversation

t123yh
Copy link
Contributor

@t123yh t123yh commented Feb 18, 2024

In some corners of the world, you will experience connection problems installing Asahi Linux without a proxy. This adds basic HTTP proxy support to urlcache.py, honouring proxy settings from environment variables.

In some corners of the world, you will experience connection problems installing Asahi Linux
without a proxy. This adds basic HTTP proxy support to urlcache.py, honoring proxy settings
from environment variables.

Signed-off-by: Yunhao Tian <t123yh@outlook.com>
@v-Ys
Copy link

v-Ys commented Mar 25, 2024

In some corners of the world, you will experience connection problems installing Asahi Linux without a proxy.

that's true

It works for me. I successfully installed asahi after modifying the urlcache.py file. Otherwise, I would get an error ConnectionResetError: [Errno 54] Connection reset by peer

@marcan marcan merged commit 168d366 into AsahiLinux:main May 31, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants