SSL certificate

SSL certificate

autor Russell Thomson -
Počet odpovědí: 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


Příloha Captura de pantalla 2019-01-19 12.25.33.png
Průměr hodnocení: -
V odpovědi na Russell Thomson

Re: SSL certificate

autor Leon Stringer -
Obrázek: Core developers Obrázek: 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.