Maven inaccessible from curl (and thus gradle) #2407
Unanswered
PROMETHIA-27
asked this question in
Q&A
Replies: 1 comment 9 replies
-
|
Thanks for the report! Oh, this is very odd. There were some network connectivity issues on the server at 19:30-19:40 UTC, but it sounds like this has lasted longer than that. RE DNS, what is |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the maven repository
https://maven.squiddev.cc/seems to be inaccessible to curl (and some folks I asked?), and so gradle is unable to access it, but it is accessible from the browser (for me). I can manually download whatever files I want. I don't know enough to figure anything else out, but I was unable to coerce curl into working by copying request headers, so it's probably not overzealous scraper protection? I think?EDIT: Found that accessing directly via IPv4 address works, via this post: https://superuser.com/questions/1498200/firefox-curl-cant-resolve-domain-where-dig-can
Seems to mean something about the DNS record being incorrect?
EDIT 2: And found that the reason firefox can access is due to its "DNS over HTTP" feature, which is set to use cloudflare's DNS server. Disabling that feature causes the site to be inaccessible.
Beta Was this translation helpful? Give feedback.
All reactions