foxriver76 / ioBroker-Visu-App

This is the issue tracker for the "ioBroker Visu" Android and iOS App
7 stars 0 forks source link

[FEATURE] support for authentication on self-signed certs #19

Open ice987987 opened 1 year ago

ice987987 commented 1 year ago

Is there an existing feature request for this?

Feature description

support for authentication on self-signed certs so that the different users can be distinguished

Anything else?

see also https://github.com/foxriver76/ioBroker-Visu-App/issues/10

stevenengland commented 1 year ago

I really need this too! :)

Hi @foxriver76 , could you tell us more why there won't be support for authentication? What is exactly the problem here?

foxriver76 commented 1 year ago

Because it is technically not possible. Even self signed support without auth is no longer possible on Android.

stevenengland commented 1 year ago

Oh that was fast! So fast that I was not able to move my comment to #10 where it would have fit better :)

Hm, damn. And certificates imported to the cert store will also not work?

stevenengland commented 1 year ago

Update: I remember that in Homeassistant that made the difference. A while ago. Maybe this is not an option anymore. Do you have a source for the Android policy that broke everything? Otherwise I will have a look for it on my own.

stevenengland commented 1 year ago

Screenshot_20230928-152309.png

Hi again, I am struggling to find out if a imported self signed cert should work... Is the above error the expected one for self signed certs or is there something else failing?

foxriver76 commented 1 year ago

PlayStore set me a deadline after the first version with self signed support, after the deadline they no longer allowed new versions with self signed support and rejected every version with different "workarounds". Maybe it would work when you are able to "install" the cert on the device. I cannot say for sure, as I am not that deep in the topic currently. If you find a way let me know.