How Can We Help?
HTTPS Moodle
Install wildcard certificate in IIS Next
In the Config.php file make sure both are not removed out.
Change $CFG->wwwroot = ‘http://training.housingservices.com’; to $CFG->wwwroot = ‘https://training.housingservices.com’;
Make sure that $CFG->sslproxy = true;
Make sure to create rewrite rule in IIS http – https look at Macomb’s rule