Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: in01.infobreez.net
I ran this command:
root@e2e-81-48:/etc/letsencrypt/archive/in01.infobreez.net# !ls
ls
cert1.pem cert2.pem chain1.pem chain2.pem fullchain1.pem fullchain2.pem privkey1.pem privkey2.pem
root@e2e-81-48:/etc/letsencrypt/archive/in01.infobreez.net# openssl x509 -in chain2.pem -text
It produced this output:
cert1.pem cert2.pem chain1.pem chain2.pem fullchain1.pem fullchain2.pem privkey1.pem privkey2.pem
Certificate:
Data:
Version: 3 (0x2)
Serial Number:
91:2b:08:4a:cf:0c:18:a7:53:f6:d6:2e:25:a7:5f:5a
Signature Algorithm: sha256WithRSAEncryption
Issuer: C = US, O = Internet Security Research Group, CN = ISRG Root X1
Validity
Not Before: Sep 4 00:00:00 2020 GMT
Not After : Sep 15 16:00:00 2025 GMT
Subject: C = US, O = Let's Encrypt, CN = R3
Subject Public Key Info:
Public Key Algorithm: rsaEncryption
Public-Key: (2048 bit)
My web server is (include version): nginx
The operating system my web server runs on is (include version): Ubuntu 22.04
My hosting provider, if applicable, is: VPS
I can login to a root shell on my machine (yes or no, or I don't know): Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 1.21.0
Issue:
My certificate was renewed on Mar 15 12:17 (yerterday). After this some of the devices running older versions of android is not able to connect to server using SSL.
The error shown is "java.security.cert.CertPathValidatorException: Trust anchor for certification path not found".
I have this topic which could be related. Let's Encrypt's Root Certificate is expiring!
- But why did this happen now?
- How to solve this problem in a backward compatible way. (it is not possible to update the device OS to later versions)?
Please advice.