I want to use the Pelias Geocoding Plugin in QGIS with openroute service. Unfortunately, I get the following error in QGIS and therefore I couldn’t run the Plugin:
SSLError: HTTPSConnectionPool(host=‘api.openrouteservice.org’, port=443): Max retries exceeded with url: /geocode/reverse?point.lat=49.353431&point.lon=8.706468&size=5&api_key=eyJvcmciOiI1YjNjZTM1OTc4NTExMTAwMDFjZjYyNDgiLCJpZCI6ImYyMjZhZGY1ZTc0NDRiMDE4ZDJhYzlkYjE4NmViOWMzIiwiaCI6Im11cm11cjY0In0%3D (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1010)’)))
https://api.openrouteservice.org/geocode/reverse?point.lat=49.353431&point.lon=8.706468&size=5&api_key=eyJvcmciOiI1YjNjZTM1OTc4NTExMTAwMDFjZjYyNDgiLCJpZCI6ImYyMjZhZGY1ZTc0NDRiMDE4ZDJhYzlkYjE4NmViOWMzIiwiaCI6Im11cm11cjY0In0%3D
I would be grateful for any help.