FreeTAKTeam / FreeTakServer

Situational Awareness Server compatible with TAK clients
Eclipse Public License 2.0
639 stars 165 forks source link

What's the best way to run FreeTAKServer-UI completely over HTTPS (including websockets calls)? It looks like many of the calls made from the browser are hard-coded with http:// (e.g. https://github.com/FreeTAKTeam/UI/blob/master/FreeTAKServer-UI/app/home/templates/page-user.html#L66) #435

Open brothercorvo opened 1 year ago

brothercorvo commented 1 year ago

this includes also running the API over protected connection

brothercorvo commented 2 months ago

this has been partially implemented in a branch, however it fails because of the API calls, so it's deferred to a future version