-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
net: nonexistentdomain.golang.org returns a CNAME to golang.org #25370
Comments
I've been seeing this from time to time in the TryBots, too: |
Ian, could you check the golang.org DNS definitions in google3? |
It looks like we have a wildcard *.golang.org to golang.org CNAME. |
Does |
Yes, it seems to. |
Per discussion elsewhere, this seems to be because golang.org has an HSTS policy and Google's servers add a *.golang.org CNAME record related to that. So I guess we could move that test to use a different domain... |
Change https://golang.org/cl/151359 mentions this issue: |
CL 111718 added TestLookupHostCancel.
This test sends a DNS request to nonexistentdomain.golang.org. However, this
DNS request succeeds and return a CNAME record to golang.org.
@alexbrainman @bradfitz
The text was updated successfully, but these errors were encountered: