← Back to team overview

mahara-contributors team mailing list archive

[Bug 587823] [NEW] incorrect https check

 

Public bug reported:

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.

** Affects: mahara
     Importance: Undecided
     Assignee: Dan Marsden (danmarsden)
         Status: New

** Changed in: mahara
     Assignee: (unassigned) => Dan Marsden (danmarsden)

-- 
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: New

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.





Follow ups

References