lamarios / clipious

Invidious client for android
GNU Affero General Public License v3.0
982 stars 33 forks source link

Include LetsEncrypt Root Certs to keep Android 7 devices working #588

Closed ThaDaVos closed 2 months ago

ThaDaVos commented 2 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Currently the app does not work on my Android 7 tablet due the known trust anchor issue, it would be great if this app packages the Letsencrypt root certificates to keep these older devices working.

Describe the solution you'd like A clear and concise description of what you want to happen.

See here how to include the certs: https://stackoverflow.com/a/78309587

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Installing the certs in the certificate store of the device, but sadly doesn't work

Additional context Add any other context or screenshots about the feature request here.

lamarios commented 2 months ago

Can you try the last version ?

ThaDaVos commented 2 months ago

I'll try when I can - may I ask what you changed?

lamarios commented 2 months ago

I updated the app security config to consider user added certificates in android.

ThaDaVos commented 2 months ago

Ah, I'll try - I added the CA's to the certificate store - so I will check