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

check if caching server is reachable before using #161

Open
dnikles opened this issue Feb 12, 2024 · 1 comment
Open

check if caching server is reachable before using #161

dnikles opened this issue Feb 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dnikles
Copy link

dnikles commented Feb 12, 2024

💡 Description

If a caching server is given but is unreachable, Mist will fail to download the installer.

✅ Proposed solution

Check if a given caching server is reachable, and failover to not using the caching server if it is not.

🩹 Alternatives Solutions + Workarounds

Currently this can be accomplished with a script outside of Mist, then calling mist-cli with the appropriate option (or lack thereof)

ℹ️ Additional context

  • Would you also like to see this implemented in Mist.app?:x:
@dnikles dnikles added the enhancement New feature or request label Feb 12, 2024
@ninxsoft
Copy link
Owner

Makes sense! I'll see how much work is involved to default to no caching server, if the specified one is not accessible 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants