nilsbraden / ttrss-reader-fork

An Android-Client for the self-hosted Tiny Tiny RSS feedreader
https://www.nilsbraden.de/TTRSS-Reader/
152 stars 41 forks source link

Digest authentication no longer working. #302

Closed virgoparna closed 9 years ago

virgoparna commented 9 years ago

After last update digest authentication no longer works. In changelog it says "Removed deprecated connector based on old apache libraries". Is that the reason? User interface still has "Use old connector...".

nilsbraden commented 9 years ago

You're right, the API has been removed from the support library since it was deprecated for a long time. I removed all calls to the old API from the project but forgot to remove the preference-entry. Just because I'm curious: Do you get the error "No trust anchor for certificate" when trying to connect to a server that expects digest auth?

virgoparna commented 9 years ago

Server does not use ssl. There is no error message in client. Is just continues showing progress until I close it. And server log shows, that every request is responded with 401 result code.

nilsbraden commented 9 years ago

Thank you!