error deposited on Windows client

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
jonathan.k
Messages: 16
Registration: March 13, 2020 - 3:24 PM

September 3, 2020 - 5:42 PM

Good morning,

I'm continuing my repository tests, this time on a Windows 7 (64-bit) system

The client is configured with the repo-conf package as well as with the repo-nginx package.
It does indeed bring up the repository tab and the synchronization with the main server is OK.
When I test the link: https://ip_dudepot/waptwua/wsusscn2.cab I get a 404 error from nginx.
Here is the error that a customer reported to me:

Code: Select all

Start Windows Updates Scans

Ensure wuauserv Auto Update option is disabled
Scanning with windows updates rules:
{
 "direct_download": false, 
 "default_allow": false, 
 "install_delay": "7d", 
 "download_scheduling": "1d", 
 "filter": "Type='Software' or Type='Driver'", 
 "install_scheduling": null
}

Unable to refresh wsusscan cab, using old one. (error: HTTPError: 404 Client Error: Not Found for url: https://ip/waptwua/wsusscn2.cab)
Looking for updates with filter: Type='Software' or Type='Driver'
   Connecting to local update searcher using offline wsusscn2 file...
   Offline Update searcher ready...
   
jonathan.k
Messages: 16
Registration: March 13, 2020 - 3:24 PM

September 4, 2020 - 11:05 AM

Good morning,

After testing, it seems that the configuration

Code: Select all

local_repo_path = S:\wapt\
This is a problem. If I place the files from the folder above into the folder C:\Program Files (x86)\wapt\repository\waptwua Everything works well.

Have I missed something? Are there any special permissions to apply to the folder chosen for the local_repo_path?
Locked