Coder Social home page Coder Social logo

Comments (2)

Janovlk avatar Janovlk commented on June 9, 2024

Hello all,

It's quiet here so I did some research on my own.

The Letsencrypt service now uses ISRG Root X1 as a main certificate. This is not included in certificate store of Android 7 and lower versions. These have the IdenTrust’s DST Root CA X3 certificate to which Letsencrypt issued their intermediate certificates. The DST Root CA X3 expired in 2021. So Letsencrypt provided crossigned certificates to allow older Android devices to connect to Letsencrypt signed services. Unfortunately these will expire on September 30th, 2024.

Since Thursday, Feb 8th, 2024 Letsencrypt stopped to provide the crossigned chain by default.

If someone got his certificate renewed he needs to renew certificate with a new option.
In Linux simply run this command: certbot renew --force-renewal --preferred-chain "DST Root CA X3"
This renews current (pointing to ISRG Root X1) certificate to a new one which is the old crossigned chain way.
You need to change in your Crontab the renewal command too. It should be like this: /usr/bin/certbot renew --preferred-chain "DST Root CA X3"

Now the worst news at the end.
The Letsencrypt will no longer provide any crossigned chain certificates since Thursday, June 6th, 2024. These certificates will expire on Monday, September 30th, 2024.
So older Androids are doomed after that day. The only solution is manually add to Android's certificate store the ISRG Root X1 and ISRG Root X2 certificates. Or maybe try another CA.

I hope it helps.

PP

from grocy-android.

patzly avatar patzly commented on June 9, 2024

Sorry we're currently busy with our jobs! Thank you for looking into it yourself! That sounds not that good, I hope the solution you mention works for you. But many certificate deadlines seem to be in 2024...

from grocy-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.