Secure and Insecure Contents in HTTPS
Dec 18, 2008 · 1 minute readCategory: security
This is post is now quite old and the the information it contains may be out of date or innacurate.
If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub
For some of your sites visitors, this rather vague and worrying statement might make them decide to abandon your checkout procedure and cost you a sale.
Often this is very easy to fix.
Simply go to the page that is triggering the error message and “View Source”
Then in the source code, search for
src="http://
or
src=http://
Now that you have found the offending items, you either need to remove them from your secure pages, or ensure that they are using the https:// method when the pages are being viewed by HTTPS.
that’s it - dead easy :-)