Certificação SSL no Moodle

Re: Certificação SSL no Moodle

by Iñaki Arenaza -
Number of replies: 2
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

If you want to server all your Moodle pages with SSL (instead of just the login page), simply set $CFG->wwwroot in config.php to use the HTTPS URL, like:

$CFG->wwwroot = 'https://your.moodle.site';

Saludos. Iñaki.

In reply to Iñaki Arenaza

Re: Certificação SSL no Moodle

by raghav agarwal -

But if I want to use only few Moodle pages of my site with SSL, then what should I do??

In reply to raghav agarwal

Re: Certificação SSL no Moodle

by Iñaki Arenaza -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

I'm afraid that's not a supported configuration. Right now it's either login page only, or the whole Moodle site.

Saludos. Iñaki.