Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook not scraping content (image preview) because of invalid SSL certificate #5

Open
EdisAganovic opened this issue Dec 5, 2020 · 1 comment

Comments

@EdisAganovic
Copy link

The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.

The following required properties are missing: og:url, og:type, og:title, og:image, og:description, fb:app_id

Can't validate SSL Certificate. Either it is self-signed (which will cause browser warnings) or it is invalid.**

When I issued Let's encrypt on my server it worked immediately.

@fu-sen
Copy link

fu-sen commented Apr 4, 2021

Yup? I apply ZeroSSL to this website, I also apply Open Graph, too:
https://zerossl.eu.org/

And here's the information I'm getting with the Share Debugger:
https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Fzerossl.eu.org%2F

So it is likely to be another issue that is not the reliability of ZeroSSL. (You also get a lot of errors in Open Graph)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@EdisAganovic @fu-sen and others