Android mobile app cannot access webui with self-signed certificate

Would it be a compromise to only allow acceptance from within the settings menu, incl. a warning? This would prevent family members, who do not know what they are doing, from being fooled.

I really appreciate the work you and all other developers do, and I don’t want to be the idiot shouting from the field’s side line. I just don’t see the advantage of adding so much complexity to a simple problem.

https://developer.android.com/reference/android/webkit/WebViewClient#onReceivedSslError(android.webkit.WebView,%20android.webkit.SslErrorHandler,%20android.net.http.SslError)

**Warning:** Application overrides of this method can be used to display custom error pages or to silently log issues, but the host application should always call SslErrorHandler#cancel() and never proceed past errors.