How-To
← All guidesWebsites & Domains

How to Fix Mixed Content on an HTTPS Website

Find HTTP images, scripts, styles, or other resources loaded by an HTTPS page.

Quick Answer

Use the browser developer console to identify resources requested with http://, then update them to HTTPS-capable URLs.

Step by Step

  1. Open the HTTPS page.
  2. Open browser developer tools.
  3. Review Console and Network messages for mixed-content warnings.
  4. Find the source of each http:// resource.
  5. Change the page/theme/configuration to use https:// or a relative URL when the resource supports HTTPS.
  6. Retest the page.

If That Doesn't Work

  • Do not simply suppress browser security warnings.
  • Third-party resources that do not support HTTPS should usually be replaced.

Related Guides