how to deactivate https ssl login

how to deactivate https ssl login

de Harald H -
Número de respuestas: 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
Promedio de valoraciones: -
En respuesta a Harald H

Re: how to deactivate https ssl login

de 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

En respuesta a Ken Wilson

Re: how to deactivate https ssl login

de Harald H -
hi ken,
thanks for your answer, i try this tomorrow
thx
Harald
En respuesta a Harald H

Re: how to deactivate https ssl login

de 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
En respuesta a Bob Irving

Re: how to deactivate https ssl login

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