Search for Received fatal alert: handshake_failure - SSLHandshakeException
.
Solution for me:
https://www.traccar.org/forums/topic/error-start-with-postgres/
<entry key='database.driver'>org.postgresql.Driver</entry>
<entry key='database.url'>jdbc:postgresql://127.0.0.1:5432/traccar</entry>
That has been working for me on my local Ubuntu 18:04 / PG11 test setup and on our production system (Ubuntu 18.04 servier / PG11) for quite a while. Production is traccar 4.5, local is 4.3
Not sure why it would need a patch.
Make sure you can access PG11 traccar DB from another client using the same credentials...
I can not run traccar 4.5 with postgres 11.
What could be the error?
my logs ....
traccar.conf
<entry key='database.driver'>org.postgresql.Driver</entry> <entry key='database.url'>jdbc:postgresql://localhost:5432/traccar_45</entry> <entry key='database.user'>[user]</entry> <entry key='database.password'>[pass]</entry>