My domain is:
tak00.dtak.link
I ran this command:
sudo certbot renew --force-renewal
I had to renew ahead of time due to when the server was going to be used.
It produced this output:
Success and new certificates
My web server is (include version):
Apache 2.4.14
The operating system my web server runs on is (include version):
Ubuntu 22.04.3 host machine
Docker 25.0.1 to Ubuntu 22.04.1 SMP in the container
My hosting provider, if applicable, is:
AWS
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 5.2.2
After my most recent renewal, some ISPs are blocking the site with the error SSL_ERROR_RX_RECORD_TOO_LONG.
I have not made any changes to either my apache or server configuration between these and manage a second server, tak52.dtak.link which uses the same configuration which does not have this issue.
I've inspected the certificates and path as much as I can, all that I've found is that when the error appears, the certificate does not appear to have an Owner or Verified By.
When checking with openssl using the following, the only big difference between the certs which I can tell appears to be subdomain on the CA issuer.
openssl s_client -connect tak00.dtak.link:443 <<< "" | openssl x509 -noout -text
In httpd.conf I have the following configured for all VirtualHosts and have verified that the certs in the container match those outside of it.
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/auth.dtak.link/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/auth.dtak.link/privkey.pem
Some hosts run through a proxy.
Is there something obvious I'm missing to resolve the issue?