Fix this week
Part of your secure page loads over an insecure connection
This is the exact wording EverThread uses when it finds this on a customer's site, written for someone who runs a business, not a server. The example site here is yourbakery.com.
What we saw
A page on yourbakery.com pulls in something over plain http (for example: http://yourbakery.com/images/logo.png), 3 items in total.
Why it matters
Browsers strip the padlock or block the content. Either way visitors see something is off.
How to fix it
Send the example below to your developer. Usually an image or script address just needs http changed to https.
For your developer
Mixed content: insecure sub-resource(s) on an HTTPS page. Sample: http://yourbakery.com/images/logo.png. Rewrite to https or use protocol-relative URLs.