Miscellaneous questions

Jérôme 2 years ago

Hello, I am in version 6 and I have the following questions:

  • Is the <entry key='web.path'>./modern</entry> command still useful?

  • When I try to access the application via HTTPS, I get this message: 404 - Not Found

Is there a line to include in the traccar.xml file?

THANKS

Jérôme 2 years ago

Resolved.

By removing: <entry key='web.path'>./modern</entry>

Everything is OK

Jérôme 2 years ago

On the other hand, I notice a significantly lower refresh rate in the HTTPS version, is this normal?

Basically in HTTP I have a vehicle movement every 5 seconds and in HTTPS every 30/45 seconds…

Anton Tananaev 2 years ago

Traccar doesn't have HTTPS. Not sure what you mean.

Jérôme 2 years ago

To use geolocation on the map we have to activate HTTPS, right?

Anton Tananaev 2 years ago

Yes.

Jérôme 2 years ago

So when I use HTTPS and there are fewer refreshes, is there any explanation?

Anton Tananaev 2 years ago

Probably misconfigured proxy.

Jérôme 2 years ago

In fact I notice that I have to do F5 so refresh it myself so that the position moves in HTTPS...

No problem with HTTP...

Anton Tananaev 2 years ago

That's exactly the symptom of misconfigured HTTPS proxy. Specifically not correctly configured WebSocket proxy.

Jérôme 2 years ago

is there any documentation for the traccar config?

Anton Tananaev 2 years ago

Again, this is nothing to do with Traccar config.

As for proxy configuration, we do have a documentation for it in the documentation section. Hopefully you read it first before asking for help here.