Issue Details (XML | Word | Printable)

Key: MDL-14624
Type: Improvement Improvement
Status: Reopened Reopened
Priority: Major Major
Assignee: Howard Miller
Reporter: Howard Miller
Votes: 0
Watchers: 5
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

mnet can't setup a peer when a proxy is in use.

Created: 30/Apr/08 10:23 PM   Updated: 03/Jun/08 05:38 PM
Return to search
Component/s: Networking
Affects Version/s: 1.9, 2.0
Fix Version/s: 2.0

Issue Links:
Blockers
 

Participants: Dan Poltawski, Howard Miller and Petr Skoda
Security Level: None
Resolved date: 12/May/08
Affected Branches: MOODLE_19_STABLE, MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
The mnet code doesn't contain any checks for proxies. This is actually fairly easy to fix, as using curl through a proxy is used and (proven) in other places. It only requires the routine that scrapes the site title to use download_file_content() - which just works - and to modify the curl call that gets the SSO key to check for proxies - mainly by taking the code from the former function.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
thepurpleblob committed 2 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 05/May/08 04:19 PM
MDL-14624:
Reverting fix. This needs proxy to have exceptions for local subnets available.
Will work on this in HEAD only
MODIFY mnet/lib.php   Rev. 1.16.2.4    (+1 -30 lines)
MODIFY mnet/peer.php   Rev. 1.9.2.2    (+2 -2 lines)