Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Truststore validation in ATAK #18

Open
jasonmhite opened this issue Aug 10, 2024 · 2 comments
Open

Truststore validation in ATAK #18

jasonmhite opened this issue Aug 10, 2024 · 2 comments
Assignees

Comments

@jasonmhite
Copy link

jasonmhite commented Aug 10, 2024

First off, very cool project. Has been much easier to get set up with than some of the other TAK related projects and I'm having fun digging in.

That said, I'm struggling a bit with SSL and could use some guidance. I've tried just about everything, and I can successfully connect over SSL to goatak in ATAK. It connects and seems to be able to communicate, however it constantly nags me with this warning:
image

I've tried following the self-signed CA in the docs and also modifying it to use my own trusted CA installed on my devices. Both connect and are talking to goatak, I can even send data back and forth. But I can't get it to be happy with the truststore and make it stop with that annoying message pop up every time.

I will also note that I can't seem to get certificate enrollment to work despite setting up the external validation through a reverse proxy using a certificate I signed with my trusted CA (which is also trusted by the system running goatak).

@jasonmhite jasonmhite changed the title Documentation using your own Certificate Authority Truststore validation Aug 10, 2024
@jasonmhite jasonmhite changed the title Truststore validation Truststore validation in ATAK Aug 10, 2024
@kdudkov kdudkov self-assigned this Aug 16, 2024
@kdudkov
Copy link
Owner

kdudkov commented Aug 16, 2024

didn't test self-signed certs for a while - may be it's a new validation in client. What version of ATAK do you use?

@jasonmhite
Copy link
Author

I tried the self-signed setup you have in the documentation as well as generating them using my own valid CA that is installed on all devices, both give me the error.

ATAK version is the latest, 5.2.0.3. I haven't tried it on an older version, I probably could.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants