SSL error Facebook

Hi, I have a problem with the certificate, my page it’s work fine and the https it’s works correctly, but when I share a post with facebook the preview is wrong, the developers facebook tools say “Error de cURL: 60 (SSL_CACERT)”

I use apache 2.4.10

URL: https://tire.hu/

Your domain https://www.tire.hu/ is correctly configured.
But https://tire.hu/ is not: https://www.ssllabs.com/ssltest/analyze.html?d=tire.hu

Correction: your domain https://www.tire.hu/ has some problem too that need to be fixed: SSL Server Test: www.tire.hu (Powered by Qualys SSL Labs)

This server's certificate chain is incomplete

1 Like

Thanks for answer.
But i don’t know the solution.
I have a simple apache server with virtualhost and i generate certifications with letsencrypt auto.

Apache needs to be configured to use fullchain.pem, not cert.pem.

1 Like

You should see the cert.pem file(s) used with this search:
grep -Eri 'sslcert|virtualhost|servername|serveralias /etc/apache2`

You simply need to change all instances of
cert.pem
to
fullchain.pem

[leave all else the same]

Then restart (or reload) apache web server.

1 Like

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