Overview
A mixed content warning means your site is loading over HTTPS, but one or more images, scripts, or stylesheets are still being pulled in over HTTP. This can cause browsers to flag the page as partially insecure.
Common Causes
- Hard coded image or script URLs still use http
- Theme or plugin settings are using the old site URL
- A CDN or proxy setting is still loading non secure content
How to Troubleshoot
- Check the browser console or page source for insecure file calls
- Review the website URL settings in the CMS
- Search the database or content for old http links where appropriate
- Clear caches after making changes
Why It Matters
Even with a valid certificate, mixed content can weaken the secure experience and create warnings that hurt trust.
If you want help with secure website setup, open a ticket through support and review our guides.