Location button in Traccar manager over HTTP

JohnDoea month ago

How to enable my location button to work in manager page, if I have HTTP connection to traccar server?

Anton Tananaeva month ago

It requires HTTPS.

JohnDoea month ago

But when reverse proxy is implemented websocket has issues...frustrating

Anton Tananaeva month ago

If everything is configured correctly in your proxy, you shouldn't have issues.

Is there a reason you don't want to use CloudFlare proxy or our official guide?

https://www.traccar.org/secure-connection/

JohnDoea month ago

My traccar server is on Windows. Caddy server has bugs. I tried IIS it also had bugs...many customizations...finaly when IIS manager disappeared, I uninstalled it.
I will try with CloudFlare...only for manager page. Gps devices will still report to tcp/8082 port, so websocket could work...

JohnDoea month ago

Ok, so websocket communication is between manager and server. Will this work over Cloudflare proxy? Because it had a lot of problem working over IIS proxy.

Anton Tananaeva month ago

It works just fine for many of our servers.

JohnDoea month ago

Ok thanks, I will try it