You have an invalid or missing intermediate (bundle) certificate. This may not break your padlock on all browsers, but will on others. Please contact your SSL Vendor for assistance with this error.
Domain Matching
Your SSL certificate does not match your domain name! Protected Domains:
cloud4
My web server is (include version): Server version: Apache/2.4.53 (Rocky Linux)
The operating system my web server runs on is (include version):
**Rocky Linux release 9.1 **
My hosting provider, if applicable, is:
Linode
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 control panel
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
[root@cloud4 conf]# certbot --version
certbot 2.4.0
certbot-auto --version
-bash: certbot-auto: command not found
apachectl -t -D DUMP_VHOSTS
Passing arguments to httpd using apachectl is no longer supported.
You can only start/stop/restart httpd using this script.
To pass extra arguments to httpd, see the httpd.service(8)
man page.
WhyNoPadlock was seeing a self-signed certificate for cloud4 when the Apache configuration was still incorrect. You can still view it by running openssl s_client -connect cloud4.31west.net:443 -servername 127.0.0.1 | openssl x509 -noout -text.