Page 1 of 1

Wsus Source Url not Work?

PostPosted: 30.06.2015, 11:27
by Bdevil
Hi to all

First: sorry for my bad english :D

So,

I've a Wsus Server and i would like use it with Wsus Offline Update 9.7 for download the update.
I've see a WSUS... Option in the footer but if specific a valid WSUS URL , the software continue the download from external source (Microsoft link etc..)
Is it correct?


Internal Url for my Wsus Server :
Code: Select all
https://192.168.76.80:8530


The final question is : i've really understand the function of that button ? :D

Thank You :D

Re: Wsus Source Url not Work?

PostPosted: 30.06.2015, 12:04
by boco
Not everything WSUSOU needs to download is on your WSUS server. A few static updates, the catalog and the miscellaneous tools must still be downloaded from the Internet.

See also here.

Re: Wsus Source Url not Work?

PostPosted: 01.07.2015, 09:18
by Bdevil
I've tried with the instructions in the thread that you have posted.

But no results! Every source of KBs are always from microsoft website...

Re: Wsus Source Url not Work?

PostPosted: 01.07.2015, 18:57
by WSUSUpdateAdmin
The wget binary which comes with WOU doesn't support SSL (https) downloads, therefore WOU will fall back to Internet (MS servers) downloads, even if your https WSUS URL is correct.
You'll have to specify http instead of https or use aria2 instead of wget (use ActivateAria2Downloads.cmd).
RTW

Re: Wsus Source Url not Work?

PostPosted: 04.07.2015, 18:55
by Bdevil
Ok thank you
I'll try!