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: test.streamingworld.us
I ran this command: certbot certificates
It produced this output: Certificate Name: test.streamingworld.us
Domains: test.streamingworld.us
Expiry Date: 2024-05-27 20:30:36+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/test.streamingworld.us/fullchain.pem
Private Key Path: /etc/letsencrypt/live/test.streamingworld.us/privkey.pem
My web server is (include version):
Server version: Apache/2.4.41 (Ubuntu)
Server built: 2023-10-26T13:54:09
The operating system my web server runs on is (include version):
Ubuntu Server 22.04
My hosting provider, if applicable, is:
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 0.31.0
I use Haproxy to forward subdomains to LXD containers. It's been quite a while since I got back to working in this website. So I updated the cert as such:
$ certbot certonly --cert-name test.streamingworld.us -d test.streamingworld.us
$ cd /etc/letsencrypt/live/test.streamingworld.us
$ cat fullchain.pem privkey.pem > /etc/haproxy/certs/test.streamingworld.us.pem
$ service Haproxy restart
I have other LXD containers that I treat the same way and they work fine.
Note that I can proceed with the browsing in the un-secured mode (http).
SSLCheck results in: Stand by...
Processing https://test.streamingworld.us
Done.
No issues found.
But running Qualsys SSLlabs results in:
|Valid from |Sun, 26 Dec 2021 06:18:49 UTC| |---|---|
|Valid until |Sat, 26 Mar 2022 06:18:48 UTC (expired 1 year and 11 months ago) EXPIRED|
Ideas?
Thanks,
Ray