Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 2.9
-
Fix Version/s: None
-
Component/s: Authentication
-
Labels:None
-
Affected Branches:MOODLE_29_STABLE
Description
The function is_proxybypass($this->config->hostname) (at line 190) returns always false.
I fixed the problem by replacing it by is_proxybypass('http://'.$this->config->hostname)
but I'm not a moodle developer. It is not very clean I think ...
Attachments
Issue Links
- duplicates
-
MDL-40179 unable to login with CAS with a web proxy
-
- Closed
-