05-07-2020, 08:18 PM
Jepp, that's a common one on newer devices. Google quite aggressively fights insecure communication on the web and prevents apps from using unencrypted communication unless they explicitly allow this. So, since Android 8 (I think) you get this error if you try to read a configuration via a plain http connection. Can you simply enable https on your server? That should solve the problem.