-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Request: IPv6 support for open-vsx.org #1449
Comments
@danopia Unfortunately we'd have more work to do than some DNS voodoo. Not currently in plan. |
Thanks for the info. I see that the server is in Rogers Communications address space so it does sound on-prem and such :) If there's a low chance of this happening in the foreseeable future feel free to close the issue. |
This is bugging me as well. I think this question could concern a larger work plan at Eclipse.org. Because from what I see Rogers CA has an AS announcing IPv6 addresses: https://bgp.he.net/AS54412 We are in 2023, you should at least provide a dualstack IPv4/IPv6 network. Free to discuss this. |
You are correct. We started planning IPv6 in 2006, but here we are in 2024 still without it. |
Hi, I have one of the OSS Code distributions running on an IPv6-only server and I found that it was unable to install extensions due to open-vsx.org being unreachable.
I see that open-vsx.org doesn't have an AAAA record. Is it practical to set up an IPv6 address / an AAAA record? Or will it stay this way?
Log samples
With internal-only IPv4, Code times out:
Without a default IPv4 route, Code fails fast:
In searching, I found a StackOverflow post which may be the same issue, though I'm not sure: https://stackoverflow.com/questions/74260300/error-fetching-extensions-getaddrinfo-enotfound-open-vsx-org
The text was updated successfully, but these errors were encountered: