I think I figured it out.
billfitzmaurice
.com/images/cabs/cabs.jpg is coming up as an unsecure website
I searched the code given: NET::ERR_CERT_COMMON_NAME_INVALID and came upon
this website, which explains "There can be common name mismatch error occurs when the name of your SSL certificate does not match with the web address in the search/address bar."
Also;
Why “NET::ERR_CERT_COMMON_NAME_INVALID” Appears in Google Chrome
A common name mismatch error occurs when the domain the SSL certificate is installed on is not listed on the certificate (either as the common name, subject alternative name, or covered by a wildcard). It’s essentially like your site is wearing the wrong hat.
So, it looks like you're right, Bill, that it is a Chrome thing.
It then goes on to talk about SAN Certificates.
"Subject alternative name, or SAN certificates, refer to certificates that cover other domains in addition to the domain that is listed as the common name. For example:
Common name: yoursite.com
SAN 1: mail.yoursite.com
SAN 2:
www.yoursite.org
SAN 3: mysite.com"
If I click "advanced options" on the unsecure warning page and allow it to load, then it loads on your Home page too.
Looks like it's not allowing it to load automatically because there's no security certificate that covers the .com address, or that the photo address doesn't match the page address and doesn't have a SAN Certificate to include it.
Seems the easy fix would be to just change the pic address to .info, instead of screwing around with SAN Certificates.
Anyway, I'm just going to allow it to load it even though it's "unsecure". Up to you how you want to go about it, or if you want to do anything at all about it for other people visiting your site that may not see what you intend for them to see.