Page 1 of 3

Proxy error

PostPosted: 07.01.2013, 16:43
by ricky
Hello,

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.

Who can help me?
Thanks in advance

Re: Proxy error

PostPosted: 07.01.2013, 21:20
by aker
Please check your Proxy-IP in the configuration file UpdateGenerator.ini. At the end of the file there is a line
Code: Select all
proxy=
and your proxy-URL. If needed correct it.
Did something changed on proxy site? Please try to start a download with the old Version 7.4.2 in another directory. You may cancel the download, if it succedes.

Re: Proxy error

PostPosted: 08.01.2013, 08:42
by ricky
Hello,
Thanks for your response.
The line proxy= is correctly filled. For the proxy IP I put the name, not the IP, but you can see in my first post, the IP is well decoded.
Yes, I tried with the 7.4.2 with the same proxy config and it download without error!

Re: Proxy error

PostPosted: 09.01.2013, 17:01
by aker
Colud you add a line
Code: Select all
echo "%http_proxy%" >>%DOWNLOAD_LOGFILE%
in .\cmd\DownloadUpdates.cmd after the line
Code: Select all
:NoMoreParams
like I did it on the picture I attached? The start download and post the log files of both versions

Re: Proxy error

PostPosted: 09.01.2013, 17:20
by ricky
Please find the log under this link :
https://www.dropbox.com/s/aaxw5s35g22velr/download.zip

Re: Proxy error

PostPosted: 09.01.2013, 18:34
by aker
Could you provide a log file of both versions? (from now)
I did not take a look at it, because I had no time to do so. But at the weekend I'll do so. Remember to change the proxy password in the logfile because it will be there in plain text.
I want to test out, if UpdateGenerator gives a wrong parameter to DownloadUpdates.cmd
It is because I did not find a change in proxy handling of DownloadUpdates.cmd or UpdateGenerator

@WSUSUpdateAdmin: Could you take a look at it?

Re: Proxy error

PostPosted: 10.01.2013, 07:45
by ricky
In this log, you have all the sync with the 7.4.2 and with the 8.0.
But I only add the line requested to the 8.0. Do you need more?

Re: Proxy error

PostPosted: 10.01.2013, 17:33
by aker
It may be good to have a current download log from 7.4.2 with this line to compare the results.
If 8.0 says the proxy may be "http://proxy" and 7.4.2 says it has to be "http://proxy:8080" we identified the bug.

Re: Proxy error

PostPosted: 11.01.2013, 12:23
by ricky
The information sent is exactly the same :
v7.4.2:
11.01.2013 12:20:05.44 - Info: Option /proxy detected
"http://rc:123456@proxy:8080"
11.01.2013 12:20:06.04 - Info: Set time zone to LOC-1:00

v8.0
11.01.2013 12:18:34.60 - Info: Option /proxy detected
"http://rc:123456@proxy:8080"
11.01.2013 12:18:35.12 - Info: Set time zone to LOC-1:00

Re: Proxy error

PostPosted: 11.01.2013, 16:06
by boco
Are there any ''unusual'' characters in the proxy string? Some of them could potentially misunderstood as separators or escape chars, for example.