Greetings.
I would like all communication to and from the server to be encrypted. How can I modify the traccar server and frontend (and potentially the app as well) to use HTTPS instead of HTTP? I know about the proxy server tunnel solution, but I was wondering if it would be too much hassle to modify the code to use HTTPS natively.
You can try to modify the code and let us know how it goes. Enabling HTTPS is not the difficult part. What's difficult is certificate issue, management and renewal.
Just use Cloudflare. If it's a small deployment it's free.
Greetings.
I would like all communication to and from the server to be encrypted. How can I modify the traccar server and frontend (and potentially the app as well) to use HTTPS instead of HTTP? I know about the proxy server tunnel solution, but I was wondering if it would be too much hassle to modify the code to use HTTPS natively.