nchaulet / node-geocoder

nodejs geocoding library
http://nchaulet.github.io/node-geocoder/
MIT License
926 stars 213 forks source link

Request failed on OpenStreetMap or OpenDataFrance Geocoder #321

Open arno974 opened 2 years ago

arno974 commented 2 years ago

For no reason (I didn't change the code and it was working fine before), the OpenStreetMap (and OpenDataFrance) Geocoder is no longer working anymore.

The error message is :

HttpError: request to https://nominatim.openstreetmap.org/search?addressdetails=1&q=Rue%20de%20la%20colline%2C%20%2C%20%2C%20la%20R%C3%A9union&format=json failed, reason: certificate has expired

That's strange because if i copy paste the query " https://nominatim.openstreetmap.org/search?addressdetails=1&q=Rue%20de%20la%20colline%2C%20%2C%20%2C%20la%20R%C3%A9union&format=json" in a browser I received a respons in json. So it "should" work.

Do you have any idea what is wrong ?

Thanks.