adam-may / hudson-tray-tracker

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

Proxy Authentication failed #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
An error occurred

The following error occurred:

Message: Der Remoteserver hat einen Fehler zurückgegeben: (407) 
Proxyauthentifizierung erforderlich.

Original issue reported on code.google.com by chrisdeb...@googlemail.com on 24 Mar 2011 at 10:19

GoogleCodeExporter commented 9 years ago
In the HudsonTrayTracker.exe.config, try putting in the following lines:
  <system.net>
    <defaultProxy enabled="true" useDefaultCredentials="true"/>
  </system.net>

Original comment by msw...@gmail.com on 25 Jul 2012 at 7:05