tkuester / taky

A simple python TAK server
MIT License
189 stars 43 forks source link

ATAK failing to import config #103

Open jasonmhite opened 1 month ago

jasonmhite commented 1 month ago

First off, cool project. I'm a bit shocked how obtuse the TAK ecosystem is, but Taky is a lot easier to come to grips with.

However, I'm having a bit of trouble with the generated client files. Specifically on ATAK-civ 5.2.0.1 fresh from tak.gov. The config package imports successfully, but it refuses to connect. The only feedback I get is a notification that the connection failed because I need to reimport my trust store certificate. I've also tried manually entering the connection info and importing the certificates after unzipping, but it has the same problem.

Meanwhile WinTAK is perfectly happy to import the config package and works immediately without doing anything else. So it's probably something to do with ATAK and the certs not validating but I have minimal info to work from.