user1615837
user1615837

Reputation: 89

Facebook Android: "Security Error: There are problems with the security certificate for this site"

I am getting the following error when trying to follow a link posted on facebook:

"Security Error: There are problems with the security certificate for this site"

The site has a valid SSL and the link works correctly in all browsers + iOS but not on Android. I really can't find much information about this issue at all.

Any help or insight would be greatly appreciated.

Upvotes: 2

Views: 7379

Answers (1)

Anand Bhat
Anand Bhat

Reputation: 5819

www.espressorium.com.au does not provide the complete certificate chain. See the SSL Labs report for this site which indicates missing intermediate certs (the ones marked "Extra download").

The website needs to provide its intermediate certificates to avoid seeing this error. See https://serverfault.com/questions/620544/why-does-android-chrome-say-my-sites-security-certificate-is-not-trusted for steps to do this.

SSL Labs report showing missing intermediate certificates

Similar report from SSL Shopper.

SSL Shopper report showing incomplete certificate chain

Upvotes: 9

Related Questions