Issue Details (XML | Word | Printable)

Key: MDL-7921
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: Manuel García
Votes: 1
Watchers: 2
Operations

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

Proxy username and password can't be defined. There is not a way to do this; when our server is connect trough a proxy, this connection failes because the user and password are missing.

Created: 15/Dec/06 03:23 AM   Updated: 31/Dec/07 07:12 AM
Return to search
Component/s: Administration
Affects Version/s: 1.7
Fix Version/s: 1.9, 2.0

Issue Links:
Relates
 

Database: MySQL
Participants: Manuel García, Martin Dougiamas, Peter Sinn and Petr Skoda
Security Level: None
Resolved date: 31/Dec/07
Affected Branches: MOODLE_17_STABLE
Fixed Branches: MOODLE_19_STABLE, MOODLE_20_STABLE


 Description  « Hide
This problem is present in all version of moodle and can be solve adding two new records (proxyuser, proxypass) in the config table.
This modification should be used in the 'proxy_url' function defined in admin/langimport.php, and in all those pages that uses proxy features.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas added a comment - 15/Dec/06 09:36 AM

Petr Skoda added a comment - 17/Dec/06 11:56 PM
I have created a new more general bug MDL-7947

to MD: What is the priority - 1.8 or later? I would need at least a day to do the coding + setup the proxy and test the code with curls, fsockopen workaround and fopen


Peter Sinn added a comment - 13/Mar/07 12:55 PM
Is is possible to set proxyuser and proxypass manually for the time being? Where?

Petr Skoda added a comment - 13/Mar/07 04:20 PM
Not yet

Petr Skoda added a comment - 31/Dec/07 07:12 AM
should be fixed in latest 1.9dev, expect some more changes though
thanks for the report