Page 2 of 3

Re: Proxy error

PostPosted: 11.01.2013, 16:14
by WSUSUpdateAdmin
Hi!

ricky wrote:I'm behind a proxy, with the same configuration and in the same computer on the version 7.4.2 it works without problem. With the version 8.0 I have : [...]

Just for info: There haven't been made any changes to the proxy stuff since v. 7.4.

RTW

Re: Proxy error

PostPosted: 11.01.2013, 21:23
by aker
Did you allow wget.exe and the other binaries inside of the the wsusou folder to pass through the proxy?

If you allowed it to run, I don't know, what caused the problem.
Maybe allow wsusou to connect to the internet without the proxy?

Re: Proxy error

PostPosted: 14.01.2013, 09:02
by ricky
@boco : No because, when I upgrade I keep the same ini config file.
I made a second try in deleting the ini file and leave the soft create a new one and I just copy the proxy infos from 7.4.2 and the 8.0.

@WSUSUpdateAdmin : Ok, but how do you explain the problem?

@aker : I'm under XP sp3, this computer is behind the proxy, Of course, I can try in another computer, but my goal now is to help wsus to fix this problem and don't spend time to copy all files to another computer.

Re: Proxy error

PostPosted: 22.01.2013, 09:22
by ricky
@aker
@WSUSUpdateAdmin
So nobody can help me?

Re: Proxy error

PostPosted: 22.01.2013, 10:10
by WSUSUpdateAdmin
Hi.

Please open a command shell (cmd.exe) and change directory to ...\wsusoffline\bin (where wget.exe resides).

Execute
Code: Select all
wget http://download.wsusoffline.net/StaticDownloadLink-recent.txt

At your place, this should fail if a proxy is required. At my place, it gives
Code: Select all
--2013-01-22 09:54:46--  http://download.wsusoffline.net/StaticDownloadLink-recent.txt
Resolving download.wsusoffline.net... 81.3.27.18
Connecting to download.wsusoffline.net|81.3.27.18|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 50 [text/plain]
Saving to: `StaticDownloadLink-recent.txt'

100%[======================================>] 50          --.-K/s   in 0s

2013-01-22 09:54:46 (1.19 MB/s) - `StaticDownloadLink-recent.txt' saved [50/50]


Now, execute
Code: Select all
set http_proxy=http://yourproxy.whereever

and use a valid configuration for "yourproxy.whereever", of course.

Execute
Code: Select all
wget http://download.wsusoffline.net/StaticDownloadLink-recent.txt

again.

This should give something like
Code: Select all
C:\wsusoffline\bin>wget http://download.wsusoffline.net/StaticDownloadLink-recent.txt
--2013-01-22 09:57:54--  http://download.wsusoffline.net/StaticDownloadLink-recent.txt
Resolving yourproxy.whereever... xxx.xxx.xxx.xxx
Connecting to yourproxy.whereever|xxx.xxx.xxx.xxx|:80... connected.
Proxy request sent, awaiting response... 200 OK
Length: 50 [text/plain]
Saving to: `StaticDownloadLink-recent.txt.1'

100%[======================================>] 50          --.-K/s   in 0s

2013-01-22 09:57:55 (959 KB/s) - `StaticDownloadLink-recent.txt.1' saved [50/50]


If not, your proxy configuration is invalid, your proxy authentication fails, you're not allowed to access http://download.wsusoffline.net/ or your network connection is down, I suppose.

Regards
Torsten Wittrock

Re: Proxy error

PostPosted: 22.01.2013, 10:40
by ricky
Hello,

I try this and it works :
U:\>set http_proxy=http://rc:12345678@proxy:8080

U:\>"D:\UpdateWindowsProduction\wsusoffline80W7_production\bin\wget.exe" http://
download.wsusoffline.net/StaticDownloadLink-recent.txt
--2013-01-22 10:37:56-- http://download.wsusoffline.net/StaticDownloadLink-rece
nt.txt
Resolving proxy... 192.168.101.5
Connecting to proxy|192.168.101.5|:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 50 [text/plain]
Saving to: `StaticDownloadLink-recent.txt'

100%[======================================>] 50 --.-K/s in 0s

2013-01-22 10:37:57 (1022 KB/s) - `StaticDownloadLink-recent.txt' saved [50/50]
U:\>

Re: Proxy error

PostPosted: 22.01.2013, 13:43
by WSUSUpdateAdmin
Hi!

Okay, now please

  • Delete UpdateGenerator.ini file
  • Start UpdateGenerator.exe
  • Enter your Proxy as shown here:
    wou_proxy.png
    (4.66 KiB) Not downloaded yet
  • Exit UpdateGenerator.exe
  • Verify UpdateGenerator.ini:
    Code: Select all
    [Miscellaneous]
    proxy=http://rc:12345678@proxy:8080
  • Restart UpdateGenerator.exe
  • Select downloads and run...

RTW

Re: Proxy error

PostPosted: 22.01.2013, 14:11
by ricky
I try to do this more than one time and the problem is the same.
But I try it again as your request and the problem is exactly the same. Nothing change.

Re: Proxy error

PostPosted: 22.01.2013, 14:34
by WSUSUpdateAdmin
Okay, as you initially posted, you receive a "403 Forbidden" error:

ricky wrote:I'm behind a proxy, with the same configuration and in the same computer on the version 7.4.2 it works without problem.
With the version 8.0 I have :
Resolving proxy... 192.168.101.5
Connecting to proxy|192.168.101.5|:8080... connected.
Proxy request sent, awaiting response... 403 Forbidden
2013-01-07 16:36:17 ERROR 403: Forbidden.

ERROR: Download failure for w61 glb.


I guess this has nothing to do with wget or WOU.
Your proxy admin should allow
Code: Select all
http://download.microsoft.com/
http://xpsp.dlservice.microsoft.com/
http://download.windowsupdate.com/
http://www.download.windowsupdate.com/
http://download.sysinternals.com/
http://download.wsusoffline.net/

Hope I didn't forget anything.

RTW

Re: Proxy error

PostPosted: 23.01.2013, 08:24
by ricky
Those website are allowed, because in version 7.4.2 it works!