Another domain appears at ssllabs.com check

Hello i have a domain for which i bought a ssl cerficate (creatissus.com), i have another for which i created a certificate via certbot : unemercerie.fr, when i test via ssllabs, in the section 2 of the test report, it says : No SNI, and then list the first domain (creatissus.com) MISMATCH, there is a mismatch, how to avoid this? thank you

Hi @refschool,

The trouble is that your certificate only covers www.unemercerie.fr, not unemercerie.fr.

https://crt.sh/?id=180729823

You can see this in the X509v3 Subject Alternative Name section.

If you used Certbot interactively, you have to select each domain name from the menu that you want to be included in the certificate. If you used Certbot with command-line options, you need to specify -d for each domain name that you want to be included in the certificate, like -d unemercerie.fr -d www.unemercerie.fr.

1 Like

SSL Labs confirms no issues with www.unemercerie.fr

But if you go to https://unemercerie.fr/ you can see the problem.

understood ! thanks for the quick reply !

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.