mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #06054
[Bug 829674] A change has been merged
Reviewed: https://reviews.mahara.org/680
Committed: http://gitorious.org/mahara/mahara/commit/9661d218f35ae7d783bbd9b9e2ae344cb5413c7d
Submitter: Richard Mansfield (richardm@xxxxxxxxxx)
Branch: master
commit 9661d218f35ae7d783bbd9b9e2ae344cb5413c7d
Author: Francois Marier <francois@xxxxxxxxxxxxxxx>
Date: Mon Sep 12 15:17:19 2011 +1200
Fix infinite redirect loops when running on https
This partly reverts commit b8ff08c684a79579ac10b344bd4f31e93d021f60
which was done to fix bug #829674.
The is_https() function should only be used when checking for the
presence of https in the wwwroot.
Change-Id: Ifeec5422e26b8a7205baf2816a99c7a77b33b933
Signed-off-by: Francois Marier <francois@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/829674
Title:
Add SSL reverse proxy support like ssl_proxy in Moodle
Status in Mahara ePortfolio:
In Progress
Bug description:
Mahara needs to have SSL reverse proxy support like Moodle does using
ssl_proxy. All versions of Mahara are affected (we are on 1.4.1).
The issue is that we are serving SSL certificates from a load
balancer. This means the Mahara server thinks itself is http which
causes it to generate a shared key with http://mahara.mysite.com in
the header.
This presents itself as a problem when trying to set up SSO with
Moodle, since Moodle looks at Mahara's shared key, notices it's
actually coming from a secure site (https) and says the key is
incorrect.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/829674/+subscriptions
References