Skip to main content
  • Guides & Documentation

Knowledgebase

Featured articles, how-to guides and quick tips.

Moodle: HTTPS Mixed Content Warning

Sometimes users report seeing an "HTTPS Mixed Content" warning in the browser console (particularly in Google Chrome), after installing Moodle or Theme Edumy.

Edumy does not serve mixed content, so the problem is usually coming from one of two places:

  1. Your Moodle config.php file
  2. Your Moodle cache

We normally see the error occur when a user has installed the Edumy Demo Installation package, first specifying the $CFG->wwwroot as http, and later changing it to https. This will result in the Mixed Content error, because Moodle has already cached paths as http.

To resolve this, all you have to do is purge the Moodle caches. Go to Site administration > Development > Purge Caches, and click "Purge all caches".

Happy Moodling!