how to deactivate https ssl login

how to deactivate https ssl login

von Harald H -
Anzahl Antworten: 5
hello,
i just activated the https ssl login on my moodle testinsatllation, unfortunatelly the https seems not to work on my webserver.

the problem is now, i'm not able to login to deactivate the ssl login.

is there some textfile or database entry where i can remove the ssl settings?
tia
Harald
Als Antwort auf Harald H

Re: how to deactivate https ssl login

von Ken Wilson -

Hi Harald

In your moodle/config.php, try adding this line

$CFG->loginhttps=false;

above the final require_once line.

If this does not work, use your mysql client ,e.g. phpmyadmin and change the loginhttps value in the mdl_config table.

Hope this helps!

Ken

Als Antwort auf Ken Wilson

Re: how to deactivate https ssl login

von Harald H -
hi ken,
thanks for your answer, i try this tomorrow
thx
Harald
Als Antwort auf Harald H

Re: how to deactivate https ssl login

von Bob Irving -
We're trying to do the opposite and get SSL working. We have changed the CFG file and the database, and restarted everything. It's working for Joomla but not Moodle.

Any ideas?

We're running Moodle 1.9.7 on a Fedora 12 box.

Thanks in advance,
Bob Irving
Lancaster Country Day School
Lancaster, PA