Offer Shared Hosting Ultra-fast Performance! 29$ using coupon new-2026 1st/y

Claim Offer
Print

How to Fix Mixed Content Warnings After Installing SSL

Fixing Mixed Content Errors

After installing SSL, your site may show a "Not Secure" warning due to mixed content – some resources loading over HTTP instead of HTTPS.

What Is Mixed Content?

Mixed content occurs when your HTTPS page loads resources (images, scripts, stylesheets) over HTTP. Browsers block or warn about these insecure requests.

How to Find Mixed Content

  1. Open your site in Chrome
  2. Press F12 to open Developer Tools
  3. Go to the Console tab
  4. Look for "Mixed Content" warnings

How to Fix (WordPress)

Method 1: Search & Replace Plugin

  1. Install Better Search Replace plugin
  2. Search for http://yourdomain.com
  3. Replace with https://yourdomain.com
  4. Run on all tables

Method 2: Really Simple SSL Plugin

Install and activate the Really Simple SSL plugin. It automatically fixes most mixed content issues.

Method 3: .htaccess Rule

Header always set Content-Security-Policy "upgrade-insecure-requests;"

Hardcoded URLs

Check your theme files for hardcoded http:// URLs and change them to https:// or use protocol-relative //.

Was this answer helpful?

Your feedback helps us improve our content