My devices are offline since configuring my server to use https (using Caddy as a proxy server)

Waterstreet FMS3 months ago

Since having configured my traccar server to use https (using Caddy as a proxy server) - my devices remain offline and Im not able to bring them online

Anton Tananaev3 months ago

You should probably provide a bit more details. Which devices? What did you proxy? What do you see in the logs?

Waterstreet FMS3 months ago

I proxy'd the server to use https using Caddy. The traccar server now runs fine under https but the client side doesnt connect. The client log "status" states; java.security.cert.CertPathValidatorExepction: Exception: Trust anchor for certification path not found

Anton Tananaev3 months ago

Sounds like the certificate is invalid for your mobile device.

Waterstreet FMS3 months ago

that makes sense, any direction on how to install/configure the certificate on my mobile device(s)

Waterstreet FMS3 months ago

I dont see anythign at the traccar client level

Anton Tananaev3 months ago

It's not in the app. It's at the OS level.

Waterstreet FMS3 months ago

FYI, ChatGPT provided the solution:

Configure Traccar Client App
Server URL: http://yourdomain.com:5055
Do not use https in the app — must be http

so basically using http and port 5055 resolved the issue