I just installed a PositiveSSL Certificate from COMODO on my web server.
According to SSL Labs it's working properly:
https://www.ssllabs.com/ssltest/analyze ... vehive.comAccording to SSL Shopper it's working properly:
http://www.sslshopper.com/ssl-checker.h ... vehive.comAccording to openssl from the command line it's working properly:
Code:
PROMPT$ openssl s_client -connect survivehive.com:443
CONNECTED(00000003)
depth=3 C = SE, O = AddTrust AB, OU = AddTrust External TTP Network, CN = AddTrust External CA Root
verify error:num=19:self signed certificate in certificate chain
verify return:0
---
Certificate chain
0 s:/OU=Domain Control Validated/OU=PositiveSSL/CN=www.survivehive.com
i:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Domain Validation Secure Server CA
1 s:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Domain Validation Secure Server CA
i:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Certification Authority
2 s:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Certification Authority
i:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
3 s:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
i:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
---
But yet when I use the Facebook URL Debugger:
https://developers.facebook.com/tools/debug/og/object/ enter: "https://www.survivehive.com" and select "Fetch new scrape information" it responds with an error:
Quote:
Curl Error : SSL_CONNECT_ERROR error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
This results in blank content being shared from my site.
Is this a Facebook issue, or an issue on my part? Is there anything I can do about it aside from hope Facebook will fix it?
Thanks in advance for any insight!