Opened 17 years ago

Closed 17 years ago

#402 closed Defect (wontfix)

BOINC manager does not recognise HTTP_PROXY env. var content

Reported by: dontbugmepls Owned by: davea
Priority: Major Milestone: Undetermined
Component: Client - Daemon Version:
Keywords: http proxy authentication Cc:

Description (last modified by Nicolas)

If the HTTP_PROXY environment variable is set to something like http://domain\user:password@proxyip

the BOINC manager sets his proxy to domain\user. Please fix this ! It is very annoying to correct this under preferences, every time I start BOINC. It should set his proxy to the real address and auto-fill password and username if available from environment variable.

Hope this helps. Good work ! Keep doing this.

Change History (3)

comment:1 Changed 17 years ago by Nicolas

Component: Client - ManagerClient - Daemon
Description: modified (diff)
Keywords: authentication added; environment variable username password removed
Owner: changed from romw to davea

BOINC Manager doesn't do any network communication; it's just a GUI for the daemon; changing component. Also fixed some typos on description.

comment:2 Changed 17 years ago by Nicolas

Just wondering - is curl supposed to automatically use the env var for proxy authentication? Maybe there is a curl_setopt setting to tell it to use it, or maybe the application is supposed to read the env var by itself; I don't know. Gotta read the manual :)

comment:3 Changed 17 years ago by davea

Resolution: wontfix
Status: newclosed

The core client currently assumes that HTTP_PROXY is a URL; other vars are used for user name and password. See http://boinc.berkeley.edu/trac/wiki/UnixClient Is the "http://domain\user:password@proxyip" notation standard? If so please point me to a document. - David

Note: See TracTickets for help on using tickets.