go-spatial / tegola-osm

Various scripts for importing and running a mirror of OSM with tegola
https://demo.tegola.io
MIT License
73 stars 26 forks source link

OpenStreetMap import will break if links aren't updated before May 7 #44

Closed grischard closed 6 years ago

grischard commented 6 years ago

http://planet.openstreetmap.org is available over https, and will start redirecting to https on 2018-05-07.

Your project seems to be recommending curl in README.md, which will not follow redirects by default.

Would it please be possible to update all files from http://planet.openstreetmap.org to httpS://planet.openstreetmap.org before then?

Ideally, would it be possible to make all requests to openstreetmap.org over https?

ARolek commented 6 years ago

@grischard Thank you for the heads up! We will get this fixed.