adam-may / hudson-tray-tracker

Automatically exported from code.google.com/p/hudson-tray-tracker
0 stars 0 forks source link

Proxy settings not honoured #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. We run behind a proxy. It would be ace if this app either allowed 
configuration of the proxy or honoured the settings in IE.
2. Add a server... the projects never get listed.

What is the expected output? What do you see instead?

2010-08-24 14:20:23,241 [14] ERROR 
Hudson.TrayTracker.BusinessComponents.ApplicationUpdateService - WebException - 
The remote server returned an error: (407) Proxy Authentication Required.
2010-08-24 14:20:23,273 [14] ERROR 
Hudson.TrayTracker.BusinessComponents.ApplicationUpdateService -    at 
System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   at System.Net.WebClient.DownloadString(Uri address)
   at System.Net.WebClient.DownloadString(String address)
   at Hudson.TrayTracker.BusinessComponents.ApplicationUpdateService.DoCheckForUpdatesInternal()
   at Hudson.TrayTracker.BusinessComponents.ApplicationUpdateService.DoCheckForUpdates(UpdateSource source)

What version of the product are you using? On what operating system?
0.11

Please provide any additional information below.

Original issue reported on code.google.com by Matthews...@gmail.com on 24 Aug 2010 at 4:29

GoogleCodeExporter commented 9 years ago
This issue can be easily worked around by editing the 
HudsonTrayTracker.exe.config file at the install location (eg "C:\program 
files\Hudson Tray Tracker")

Insert the following lines after the </configSections>:

  <system.net>
    <defaultProxy enabled="true" useDefaultCredentials="true"/>
  </system.net> 

Original comment by msw...@gmail.com on 18 Apr 2012 at 5:17