node-geocoder
node-geocoder copied to clipboard
Request failed on OpenStreetMap or OpenDataFrance Geocoder
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.