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

Waterstreet FMS last year

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 Tananaev last year

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

Waterstreet FMS last year

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 Tananaev last year

Sounds like the certificate is invalid for your mobile device.

Waterstreet FMS last year

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

Waterstreet FMS last year

I dont see anythign at the traccar client level

Anton Tananaev last year

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

Waterstreet FMS last year

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