mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #44247
[Bug 1717861] A change has been merged
Reviewed: https://reviews.mahara.org/8073
Committed: https://git.mahara.org/mahara/mahara/commit/4655c27f6238130e58ef051872573c4a8ba58f8b
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit 4655c27f6238130e58ef051872573c4a8ba58f8b
Author: Dmitrii Metelkin <dmitriim@xxxxxxxxxxxxxxx>
Date: Fri Sep 29 11:34:01 2017 +1000
Bug 1717861: fix incorrect full script path when using sslproxy
behatnotneeded
Change-Id: I0ea71a5402889e41dc121e26ddde8bf020e9e76f
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1717861
Title:
Redirect to incorrect port when sslproxy is on and wwwroot is set
Status in Mahara:
Fix Committed
Status in Mahara 17.10 series:
Fix Committed
Status in Mahara 18.04 series:
Fix Committed
Bug description:
When you have your mahara behind SSL proxy and have sslproxy enabled,
it redirects to incorrect port when you try to access pages which
require login.
When you get your mahara behind load balancer and nginx proxy on port
81 you get redirected to https://mahara.com:81/user/admin?login when
try to access https://mahara.com/user/admin as not logged in user.
Looks like function get_full_script_path tries to get a port even if
$CFG->wwwroot is set.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1717861/+subscriptions
References