mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #00353
[Bug 587823] Re: incorrect https check
fix now also in 1.2_STABLE
** Changed in: mahara
Status: New => Fix Committed
** Changed in: mahara
Milestone: None => 1.2.5
--
incorrect https check
https://bugs.launchpad.net/bugs/587823
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Status in Mahara ePortfolio: Fix Committed
Bug description:
init.php uses:
isset($_SERVER['HTTPS'])
to decide whether to automatically create webroot using https - problem is that $_SERVER['HTTPS'] can sometimes return a value like "off" - especially on windows machines.
References