Securing Traccar Server

Has anyone tried securing the TCP connection between the client and the server by adding SSL?
Or, does anyone have thoughts on the best way to go about doing this?

Anton Tananaev9 years ago

On the server side it's possible to add SSL support through Apache or any other proxy.

Traccar Client doesn't support SSL/TLS connection yet, but it should be fairly easy to implement with minimum code changes.