Cloudflare and WordPress multisite
Issue: Site uses Cloudflare and uses flexible SSL to serve pages. However, within WordPress, any http:// referenced sources are being referenced as http:// instead of https:// Solution 1: For the site in question, you can force resources to automatically upgrade. Put the following line in your .htaccess file: Header always set Content-Security-Policy: upgrade-insecure-requests An explanation Read more about Cloudflare and WordPress multisite[…]