https:// not secure
-
When I go to my blog https://thelinebreak.wordpress.com/, the ‘https://’ isn’t green and there is an ‘i’ next to it indicating ‘Your connection to this site is not fully secure.’ This occurs in Chrome. I now soon if a site isn’t secure, Chrome won’t open the site automatically. How I fix this?
Thank you,
Tom -
Hey there,
This problem is usually caused by having certain elements on the page that are loaded over http even though the parent page is loaded over https.
I looked at the page with the Chrome developer tools, and it says that there are some images that are loaded over http. And when I look at the page source, I do see some images that are prefixed with http instead of https.
I tested this by creating an image widget on a test site and linking to an image using http:// instead of https:// and I received the same error you have. By changing the image URLs to all start with https I was able to solve this problem.
Hope this helps.
-
- The topic ‘https:// not secure’ is closed to new replies.