When I browse to my site on Chrome on my desktop going to https://eightpointnine.com I don’t get a problem but when I go to the same URL on my android handset using the Chrome browser (or the default browser) I get an error telling me the certificate isn’t from a trusted authority (it’s from globalsign). Any ideas what I have done wrong?
I’m running an Apache Server I have a virtual host with “SSLCertificateChainFile” mentioned in it if that helps track down the problem.
Thanks in advance!
In addition to the fact that your desktop and your phone may have different set of trusted CAs, your certificate chain is incomplete (according the the Qualys SSL Labs test): there must be something wrong with the content of the file used by
SSLCertificateChainFile. You should include all intermediate certificates and in the right order.