Issue with cert loading non-www

My domain is: apuliadistribuzione.it

My web server is (include version): Apache

The operating system my web server runs on is (include version): CentOS 7

Hi, I installed LetsEncrypt certificates for my website. It seems like non-www version is loading different certificates from www version. So www version works, non-www version seems like is loading another certificate.
Thank you.

I see the same IP and certificate on both names:
apuliadistribuzione.it
www.apuliadistribuzione.it

The shorter name only provides redirection to the www:
curl https://apuliadistribuzione.it/
<!DOCTYPE HTML PUBLIC β€œ-//IETF//DTD HTML 2.0//EN”>
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently
<p>The document has moved <a href=β€œhttps://www.apuliadistribuzione.it/”>here</a>.</p>
</body></html>

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