Hi, I have an Apache webserver hosting 3 different domains, 2 have LE certificate, the other has a Sectigo certificate.
The mylift.site domain with LE certificate has been configured (I think ...) to work with both www and without www.
Now when you log into the domain with https://www.mylift.site everything is OK, but when you log into the domain with https://mylift.site an error comes up on Chrome that says: NET :: ERR_CERT_COMMON_NAME_INVALID, but the certificate with which the match seems to be made is that of altea.net (Sectigo certificate).
Your connection is not private
Malicious users could be able to steal your information from mylift.site (e.g. passwords, messages or credit cards).
NET :: ERR_CERT_COMMON_NAME_INVALID
Subject: * .altea.net
Issuer: Sectigo RSA Domain Validation Secure Server CA
This server could not have mylift.site; its security certificate comes from * .altea.net. This could be due to a misconfiguration or an attacker intercepting your connection.
CONNECTED(00000003)
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = www.mylift.site
...
...
...
New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384
Server public key is 2048 bit
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
I added to the vhost config file for mylift.site the second line:
It seems the tools I gave you haven't helped you resolve the problem...
Let's start to unravel this together with the output of: sudo apachectl -t -D DUMP_VHOSTS