FreeTAKTeam / FreeTakServer

Situational Awareness Server compatible with TAK clients
Eclipse Public License 2.0
611 stars 163 forks source link

What is the trust store password #715

Open Josh-SMU opened 1 month ago

Josh-SMU commented 1 month ago

I cant connect with ATAK as the trust store password isnt shown in the config, only the client cert password. What is the trust store password.

Also I cannot connect via TCP as it succeeds for half a second and then fails and says IO error reconnecting.

naman108 commented 1 month ago

the default password for the trust store password is herehttps://github.com/FreeTAKTeam/FreeTakServer/blob/30a0cd1199f76bf2c856d5486a424f37e5ffd29e/FreeTAKServer/core/configuration/MainConfig.py#L129

in terms of the TCP connect/disconnect this is an installation problem, could you provide more extensive details on your installation such as:

Josh-SMU commented 1 month ago

Debian 11 Python 3.11.10 Installed via pip from 3.11.10 All ports are open and the ui dashboard shows all good

naman108 commented 1 month ago

Ok a couple issues, first and foremost we encourage users to use Ubuntu and ZTI for the easiest installation, if you choose not to then things can be messier.

My first recommendation would be to remove the data in the /opt/fts directory, uninstall FreeTAKServer and make sure the folder it's installed to by pip is deleted. Then try to install again.

The TCP CoT service should be the benchmark because if that's failing to connect there's an installation problem. @erentar is currently working on a docker container for Debian so he may have some recommendations.