with loginhttps the cookiesecure security check fails

Re: with loginhttps the cookiesecure security check fails

by Dave Perry -
Number of replies: 1
Picture of Testers

In config.php, change wwwroot to https://yourdomain and sslproxy to true (we don't do the sslproxy setting, as we have the certificate on our local server - that way, internal clients hit that first which is faster, but they still get a valid https connection).

https://docs.moodle.org/33/en/Transitioning_to_HTTPS}
has more details

https://docs.moodle.org/33/en/Search_and_replace_tool (updates all your links to https)



In reply to Dave Perry

Re: with loginhttps the cookiesecure security check fails

by Michael Schneider -
thanks for your explanations. I've removed the loginhttps settings from config.php and now the check succeeds.

all the best.