Facebook Open Graph scraping error for SSL website -
since we've made our website ssl secure , pci compliant, facebook open graph scraper can no longer read open graph meta tags. here's sample of our code meta tags in {head} of https://fantasydecathlon.com
<meta property="fb:app_id" content="576816272427310" /> <meta property="fb:admins" content="223653" /> <meta property="og:title" content="fantasydecathlon: world series of fantasy sports" /> <meta property="og:type" content="website" /> <meta property="og:site_name" content="the fantasydecathlon" /> <meta property="og:image" content="https://fantasydecathlon.com/img/logo.jpg" />
but facebook open graph scraper gives error:
curl error : ssl_connect_error unknown ssl protocol error in connection fantasydecathlon.com:443
and
object @ url 'https://fantasydecathlon.com/' of type 'website' invalid because required property 'og:title' of type 'string' not provided.
and when click on link facebook open graph scraper sees our url, returns null.
for our ssl setup, prefer not loosen restrictions since it's important maintain pci compliance.
any ideas?
fixed! made number of updates, believe fix bug our dns records. removed couple of duplicates , added new records directly our 2 server nodes.
thank help!
Comments
Post a Comment