Since this night around 1:30 am german time my osm tile proxy server gets 403 responses from the osm tile servers. Strangely all wgets like wget https://c.tile.openstreetmap.org/17/88152/46772.png get the same 403 response also on other unrelated servers. The response is: https://c.tile.openstreetmap.org/17/88152/46772.png Resolving c.tile.openstreetmap.org (c.tile.openstreetmap.org)... 2a04:4e42:3::649, 151.101.14.137 Connecting to c.tile.openstreetmap.org (c.tile.openstreetmap.org)|2a04:4e42:3::649|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2022-04-29 08:26:11 ERROR 403: Forbidden. Where there any changes I'm not aware of? Does anyone have simular issus at the moment? asked 29 Apr '22, 10:23 swstoff |
when I used the user agent with wget, it did work corectly ... after finding nothing unsusual in the nginx log, i just restarted nginx and it worked again ... thats a bit embarrassing ... I guess I was fixated a bit to much on the wget call ... thanks for the help! answered 29 Apr '22, 13:13 swstoff |
Are you using a distinct, identifiable User-Agent for your requests, as required by the Tile Usage Policy?
yes, I do ... it worked for 2 years ... is there a way to check, if you are blocked? I did'nt find any.
Quote: "...get the same 403 response also on other unrelated servers..." did you mean: on servers not related to OpenStreetMap? If that's the case, you'll have the problem somewhere in your network. Otherwise it's best to post all your request headers and OSMs response headers or the output of: 'wget https://tile.openstreetmap.org/cgi-bin/debug' (with the User-Agent header you are using).