SSL certificate

SSL certificate

Napisane bez: Russell Thomson ()
Liczba ôdpowiedzi: 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


Bajlaga ($a)
W ôdpowiedzi na Russell Thomson

Re: SSL certificate

Napisane bez: Leon Stringer ()
Ôbrŏz Core developers Ôbrŏz 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.