Today i couldn't get access to map. I made some digging and found i have problems with resolving tile.openstreetmap.org. In browser i get error "DNS_PROBE_FINISHED_NXDOMAIN". Here is "nslookup" for render.openstreetmap.org (he works ok) and a.tile.openstreetmap.org. (sorry for russian text, it says "Non-authoritative answer") ============================= Online nslookup (Russia) https://2whois.ru/?t=nslookup&data=a.tile.openstreetmap.org&dns_type=a Root DNS server answer:
DNS server answer:
So there is no record type A in DNS server. asked 20 Mar '20, 17:16 Legista |
The tile are served by cache servers, chosen through GeoDNS. The same request from France :
So regarding your last remark, it's normal, you have to recurse on the canonical name. Some information about the CDN setup is on the wiki. But I can't find much details about the DNS servers involved. If the issue persist, you might want to reach OWG. answered 20 Mar '20, 22:34 H_mlet |
I've changed DNS server to 1.1.1.1 (didn't knew about it before) and voilĂ : And map works well and fast. So there is definitely problem with default google DNS server. answered 21 Mar '20, 06:35 Legista |
See issue (should be fixed?): https://github.com/openstreetmap/operations/issues/378
Oh thanks!