This is hurting me pretty bad right now, renewing my LE cert is not fixing it via Terraform.
Let's Encrypt DST Root CA X3 has expired
21–27 of 27 posts
Re: Let's Encrypt DST Root CA X3 has expired
#22Re: Let's Encrypt DST Root CA X3 has expired
#23Today has been hectic. Anybody have tips on how to resolve the issue for apps on Heroku? I don't have access to remove the DST_Root_CA_X3 cert since my certs are managed by Heroku ACM. From my understanding, the only way to remedy is to move away from Lets Encrypt...
Re: Let's Encrypt DST Root CA X3 has expired
#24Today has been hectic. Anybody have tips on how to resolve the issue for apps on Heroku? I don't have access to remove the DST_Root_CA_X3 cert since my certs are managed by Heroku ACM. From my understanding, the only way to remedy is to move away from Lets Encrypt...
Re: Let's Encrypt DST Root CA X3 has expired
#25Re: Let's Encrypt DST Root CA X3 has expired
#26Today has been hectic. Anybody have tips on how to resolve the issue for apps on Heroku? I don't have access to remove the DST_Root_CA_X3 cert since my certs are managed by Heroku ACM. From my understanding, the only way to remedy is to move away from Lets Encrypt...
Please correct me if I am wrong.
Re: Let's Encrypt DST Root CA X3 has expired
#27Oof, felt this pain. We are having to blacklist the expired SSL cert because our openssl version prefer it over the valid cert. Time to redeploy all things.
This includes the Nextcloud client for Windows and the DNS over TLS implementation in Android 11.
Adding the argument --preferred-chain "ISRG Root X1" to certbot fixes this by not chaining the expired CA X3...