drolbr / Overpass-API

A database engine to query the OpenStreetMap data.
http://overpass-api.de
GNU Affero General Public License v3.0
690 stars 90 forks source link

Attempts to clone result in 403 - forbidden #687

Closed G-Guillard closed 1 year ago

G-Guillard commented 1 year ago

Access to http://dev.overpass-api.de/api_drolbr/ is now forbidden, so these instructions won’t work, attempts to clone will fail.

Is the cloning feature obsolete ?

(Although the link above suggests reporting cloning issues by email, I figure it would be worth having a public answer if it’s the case.)

mmd-osm commented 1 year ago

The URL you've mentioend is used as a prefix only, the actual URL being called by the clone script is https://dev.overpass-api.de/api_drolbr/trigger_clone - and this one is also working.

I'm not sure why you believe cloning doesn't work anymore. Can you post some log data with more details?

G-Guillard commented 1 year ago

Sorry, I encountered the issue trying to clone with this docker image, and found this old message reporting the fault on here. Knowing only the parent URL I assumed they were right, although it was suspicious that nobody complained since then…

And now I just figured the last issue there (I can’t understand how I didn’t find it when I searched for similar issues) is about the same problem, actually being an HTTPS issue.

Case closed, thanks for your quick reply.

mmd-osm commented 1 year ago

Ah, I see your point now. It seems the http endpoint really doesn't work anymore... http://dev.overpass-api.de/api_drolbr/trigger_clone

mmd-osm commented 1 year ago

I have fixed this now, http://dev.overpass-api.de/api_drolbr/trigger_clone should work again.