how to deactivate https ssl login

how to deactivate https ssl login

by Harald H -
Number of replies: 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
Average of ratings: -
In reply to Harald H

Re: how to deactivate https ssl login

by 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

Average of ratings: Useful (3)
In reply to Ken Wilson

Re: how to deactivate https ssl login

by Harald H -
hi ken,
thanks for your answer, i try this tomorrow
thx
Harald
Average of ratings: Useful (1)
In reply to Harald H

Re: how to deactivate https ssl login

by 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
In reply to Bob Irving

Re: how to deactivate https ssl login

by HJWUCGA INC. -
Is the webserver where moodle is delivered allowed to handle SSL? port 443, etc... is there a cert installed on it?