Closed simonwiles closed 5 years ago
On Android 9, Geekttrss from the Play Store (opted in to beta, but it seems to be the same version?), and my tt-rss server is available at a regular http url with basic http-auth enabled.
That's your issue. On Android 9, cleartext traffic (http) is forbidden, so if you run on this version it won’t work if you don’t use https. source You can use https://letsencrypt.org/ to obtain a free certificate.
I have no plans to change the default behavior. Although, I should probably clarify this error.
Thanks very much -- that's all I needed to know. Clarifying the error would be very helpful :)
I access my self hosted server via vpn ONLY. It's not accessible otherwise. A signed cert is not desired in my setup.
I've installed the foss version from izzy and am still getting the "cleartext forbidden" error. If there's a config option to disable it, I can't reach any options screen.
I'm unable to log in, with Geekttrss simply reporting "Error: Unknown Error".
adb logcat
shows streams and streams offor every text input on the login screen, and then when I hit "login", all I see is:
appear twice.
On Android 9, Geekttrss from the Play Store (opted in to beta, but it seems to be the same version?), and my tt-rss server is available at a regular
http
url with basichttp-auth
enabled.Do you have any suggestions I might try, or ideas for places I might look to get more information to help work out what's going wrong?
Thanks!
Edit: when I back out of the app, this appear in the
logcat
output:Not sure if that helps any?