This setting:
Xibo looks at each incoming connection and if it detects that it is using http
it redirects to https
. If https was working before you enabled it, then you should be fine.
Solution 1 is to make HTTPS work
Solution 2 is to get a command line to the database and set the setting back again.
UPDATE `setting` SET value = 0 WHERE setting = 'FORCE_HTTPS';
Thanks,
Dan