problem ssl let's encrypt ssl certificate

0

everything is correct to install it works perfect but when I share from my website to social networks in http if you print the content of the goal but in https nothing prints only the web link. I link them to the debugged "developer" and in https it marks me error. when http is going all right. same code, without modifying anything,.

<meta name="description"                content="[ARTICLE_DESCRIPTION]">
<meta name="author"                     content="[AUTHOR_NAME_OF_THE_ARTICLE]">
<meta property="og:locale"              content="en_US"/>
<meta property="og:type"                content="article"/>
<meta property="og:title"               content="[ARTICLE_TITLE]"/>
<meta property="og:description"         content="[ARTICLE_DESCRIPTION]"/>
<meta property="og:url"                 content="[ARTICLE_URL]"/>
<meta property="og:site_name"           content="[WEBSITE_NAME]"/>
<meta property="article:publisher"      content=""/>
<meta property="article:published_time" content="[PUBLISHED_TIME_OF_YOUR_ARTICLE Ex: 2015-12-08T20:50:00Z]"/>
<meta property="og:image"               content="[MAIN_IMAGE_URL]"/>
<meta name="twitter:title"              content="[ARTICLE_TITLE]"/>
<meta name="twitter:description"        content="[ARTICLE_DESCRIPTION]"/>
<meta name="twitter:image"              content="[MAIN_IMAGE_URL]"/>
<meta name="twitter:site"               content="@[TWITTER_USERNAME]"/>
<meta name="twitter:creator"            content="@[TWITTER_USERNAME]"/>
<meta name="twitter:via"                content="[TWITTER_USERNAME]"/>
<meta name="twitter:card"               content="photo"/>
<meta name="twitter:url"                content="[ARTICLE_URL]"/>

It has me talking only if it is not a problem with the code server or the ssl but the problem started when installing the ssl certificate

the redirection if you do it right with .htaccess. and what to generate the ssl certificate I do not understand. the browser validates me as safe until there is all right the problem is when sharing in social networks

this is the error that I inform developers.facebook  Warnings that should be solved Inferred property The "og: image" property must be explicitly provided, even if its value can be derived from other tags. Missing properties The following mandatory properties are missing: og: url, og: type, og: title, og: image, og: description, fb: app_id SSL Error Can not validate SSL Certificate. Either it is self-signed (which will cause browser warnings) or it is invalid. CURL error CURL error: 60 (SSL_CACERT) - Txuti 14 minutes ago

    
asked by Txuti 25.09.2018 в 21:09
source

1 answer

0

Good ... I already solved the problem, it was a certificate error in the browsers The solution was that once you install the ssl let's encrypt certificate, and redirect with (.htaccess) you must also install the CA Certificate. more information here thanks and regards

    
answered by 27.09.2018 в 17:47