SSL certificate

SSL certificate

ved Russell Thomson -
Antal besvarelser: 1

I have a main webpage which links to my Moodle database. I installed the plugin, Really Simple SSL, in Wordpress and the main page works without a problem. However, when I link to Moodle the https is shown but the page has lost its format and when I click on one of the sections, Moodle is fine but the is no https. Can anyone help?

Regards


Bilag Captura de pantalla 2019-01-19 12.25.33.png
Gennemsnitsbedømmelse: -
I svar til Russell Thomson

Re: SSL certificate

ved Leon Stringer -
Billede af Core developers Billede af Particularly helpful Moodlers

The first thing to check is that you've updated config.php (in the root of Moodle's source code folder) to change the address in $CFG->wwwroot:

$CFG->wwwroot = 'http://www.russell-english.com/english/e-learning';

to:

$CFG->wwwroot = 'https://www.russell-english.com/english/e-learning';

This issue came up recently on the forum which may help.