Website does not load correct in chrome

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: all-about-controls.com

I ran this command: sudo apache2ctl configtest

It produced this output: Syntax OK

My web server is (include version):

The operating system my web server runs on is (include version): Ubuntu 24.04.2 LTS

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 --version certbot 2.9.0

The site is loading perfect on Firefox and Safari, but not on Chrome.

Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID

What can be wrong ?

Welcome @Jurg

The problem is because the certificate you just got has only the domain name www.all-about-controls.com.

So, requests to your apex domain https://all-about-controls.com/ will fail as the cert does not also have this name. See this test site for example: SSL Checker

What command did you run to get the certificate? Once we know that we can offer advice on how to fix this.