traccar.xml
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>nominatim</entry>
<entry key='geocoder.url'>https://eu1.locationiq.com/v1/reverse.php</entry>
<entry key='geocoder.key'>MY API KEY</entry>
web error
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure - ProcessingException (... < JsonGeocoder:107 < ServerResource:57 < ...)
Am I doing anything wrong or this is a Traccar problem?
Understand. Then why does it not work? It works with Google and Nominatim but not with LocationIQ.
traccar.xml
<entry key='geocoder.enable'>true</entry> <entry key='geocoder.type'>nominatim</entry> <entry key='geocoder.url'>https://eu1.locationiq.com/v1/reverse.php</entry> <entry key='geocoder.key'>MY API KEY</entry>
web error
Am I doing anything wrong or this is a Traccar problem?