Login fails on APIs below 25 #139
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prerequisites
CONTRIBUTING
guide ?Description
Login fails if the API version is too low. I believe this is due to the networkSecurityConfig only supporting API version 24 and above.
Logs
The issue seems to be related to the fact that trusted certificate authorities are hard coded in Android and thus older versions don't know of newer certificate authorities. https://community.letsencrypt.org/t/certificate-is-not-trusted-on-android/120061
I guess this will be solved when implementing #42.
Min sdk was updated. Not relevant anymore.