0

I am facing issue, when enable the redis tls encryption in the page. what might be the issue?

verified all my installation, no issues in the installation.

James Z
  • 12,209
  • 10
  • 24
  • 44
Sunavi
  • 1

1 Answers1

0

Can you try adding debugging to Moodle - add these 2 lines to config.php

$CFG->debug = E_ALL | E_STRICT;
$CFG->debugdisplay = 1;

Also what version of Moodle are you using? If the front end isn't working then check the value for $release in version.php

Russell England
  • 9,436
  • 1
  • 27
  • 41