TLS client certificate with HTTP mode #1080
edudev
started this conversation in
Ideas & New Features
Replies: 1 comment
-
mTLS is an interesting one, because you've highlighted a place where you can do something in MQTT mode, but you can't do it in HTTP mode. In that pure, feature-parity sense, I think it's a reasonable ask. On the other hand, I think there's a couple of issues with mTLS support in general:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TL;DR: Do you think TLS client certificates with HTTP mode are a needed feature?
I'm new to OwnTracks and have been going through the booklet.
One thing I noticed is that it stresses the great security built into OwnTracks.
However, once I started tinkering, I noticed that the only possible way to authenticate in HTTP mode is through Basic authentication (which is reasonably okay, as long as one is using HTTPS).
I also know that TLS client certificates are supported in MQTT mode, but the booklet also discourages this mode for Android devices (though no reasoning is provided).
I would really like to see HTTPS client certificates in the Android app (and really, keys & certificates should be managed by the OS, but I already saw an open ticket for that).
Beta Was this translation helpful? Give feedback.
All reactions