Why does Wordpress uses HTTPS for JS, CSS on EC2
I have migrated Wordpress site to EC2. Domain changes done in wp-config.php in DB tables Also set AllowOverride All in Apache sites default conf.
Issue is: Even though nowhere I'm using force SSL, still, on page load all assets are loaded with https. Since, I dont have SSL certificate active, all those resource show ERR_CONNECTION in Browser Console. As a result, The Pages also do not render properly