-
Notifications
You must be signed in to change notification settings - Fork 19
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
*.proposal.wintercg.org not reachable in firefox #35
Comments
I can reproduce the problem in Firefox on macOS. |
Similar issue in wintercg/proposal-minimum-common-api#59 (like pointed out by @legendecas there) Does this direct url works for you? |
Yes, https://proposal-common-min-api.deno.dev/ works. |
I can confirm this as well here. |
@jasnell Can you update the DNS record to not have this weird CNAME? |
Just tested myself on FF (121) + macOS (Sonoma) and was able to load the site OK. |
Which URL did you test.. since https://proposal-common-min-api.deno.dev/ should always work, but https://common-min-api.proposal.wintercg.org/ can give issues. You should test the latest URL on Ubuntu 22.04 (Linux at least) using Firefox (121). |
@melroy89 I tested the URL provided in the issue description Seems like it is (mostly) specific to Linux (Ubuntu), but seems like someone else as on macOS and ran into the issue so not sure what the correct takeaway is from that, but just wanted to share my experience in case it helped in debugging or to at least add another data point to consider. |
That's not how you make a CNAME for a wildcard record, and I wouldn't be surprised to find some resolv libs choking on the asterisk. Change the DNS zone file to have something like
(note the trailing dot) and it should work fine. |
I can
curl https://common-min-api.proposal.wintercg.org/
but notfirefox https://common-min-api.proposal.wintercg.org/
(edit: on ubuntu) - the latter fails persistently with aNS_ERROR_UNKNOWN_HOST
and I believe this is due to the somewhat unusual CNAME construct:Supporting evidence: it starts working the moment I add a
34.120.54.55 common-min-api.proposal.wintercg.org
stanza to my /etc/hosts.Also applies to the other *.proposal.wintercg.org domain names.
Small aside: proposal.wintercg.org has no A or AAAA records.
The text was updated successfully, but these errors were encountered: