Page 1 of 2

[RESOLVED] WADS: wapt agent not registering

Published: June 30, 2026 - 4:11 PM
by rlegrand
Good morning,

I'm encountering a problem deploying Windows 11 with WADS; the OS deploys correctly, but the WAPT agent on the machine no longer registers with the server, and the post-installation script also fails to execute

I tested the deployment on two different machines, and I still encounter the same problem.

Below is the Wapt client log:

Code: Select all

2026-06-30 10:29:39,180 [waptcore WaptTaskManager 7500] CRITICAL Error merging Packages from wapt into db: 400 Client Error: Bad Request for url: https://srv-wapt.xxx.fr/wapt/Packages
Disabling Windows auto update service, using WaptWUA instead
2026-06-30 10:29:43,061 [waptcore WaptTaskManager 7500] WARNING Unable to update server status : 400 Client Error: Bad Request for url: https://srv-xxx.fr/update_host
2026-06-30 10:29:43,061 [waptcore WaptTaskManager 7500] CRITICAL Unable to update_server_status: None
2026-06-30 10:29:43,061 [wapttasks WaptTaskManager 7500] WARNING Update status failed, trying to register the computer...
2026-06-30 10:29:45,877 [waptcore WaptTaskManager 7500] CRITICAL Unable to register: Error sending registration data: status 403 content <html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>

2026-06-30 10:29:45,877 [wapttasks WaptTaskManager 7500] CRITICAL Unable to update server status: Error sending registration data: status 403 content <html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>

2026-06-30 10:29:57,387 [wapttasks SocketIOClient 3520] INFO Socketio connection params have changed. Socketio needs reconnect
2026-06-30 10:29:57,394 [wapttasks SocketIOClient 3520] INFO Creating socketio client: https://srv-xxx.fr:443 client auth cert: ('C:\\Program Files (x86)\\wapt\\private\\70bf4a6c-9463-4c39-bca3-4be5c2139a21.crt', 'C:\\Program Files (x86)\\wapt\\private\\70bf4a6c-9463-4c39-bca3-4be5c2139a21.pem') proxies: None verify_cert: False
2026-06-30 10:29:57,394 [wapttasks SocketIOClient 3520] INFO Connecting Socketio to https://srv-xxx.fr:443
2026-06-30 10:29:57,467 [waptws SocketIOClient 3520] WARNING Exception ConnectionError('Connection error'), waiting 33.76406250000001s before retrying
2026-06-30 10:30:31,250 [wapttasks SocketIOClient 3520] INFO Socketio connection params have changed. Socketio needs reconnect
2026-06-30 10:30:31,250 [wapttasks SocketIOClient 3520] INFO Creating socketio client: https://srv-xxx:443 client auth cert: ('C:\\Program Files (x86)\\wapt\\private\\70bf4a6c-9463-4c39-bca3-4be5c2139a21.crt', 'C:\\Program Files (x86)\\wapt\\private\\70bf4a6c-9463-4c39-bca3-4be5c2139a21.pem') proxies: None verify_cert: False
Thank you in advance for your help

Re: WADS: wapt agent not registering

Published: July 1, 2026 - 5:32 PM
by sfonteneau
Hello

, could you please specify your registration method on the WAPT server?

Kerberos?

Re: WADS: wapt agent not registering

Published: July 2, 2026 - 10:37 AM
by rlegrand
Hello,

Yes, Kerberos registration is enabled.

The Linux server is version 2.6.1.17834.

When I run `wapt-get register` on the client machine, it asks for credentials. I'm not sure why; I don't think this was happening before.

It worked fine previously, but I suspect Kerberos registration is no longer functioning.

Re: WADS: wapt agent not registering

Published: July 2, 2026 - 12:30 PM
by dcardon
Hello rlegrand,

when you prepare the machine, do you select the template with AD integration and generate the DJoin file correctly? If so, do you have multiple Active Directories? And what is the propagation time for AD changes? It's possible that you created the DJoin file on one AD, but the workstation is connecting to a different one.

Regards,

Denis

Re: WADS: wapt agent not registering

Published: July 2, 2026 - 1:59 PM
by rlegrand
dcardon wrote: July 2, 2026 - 12:30 PM Hello rlegrand,

when you prepare the machine, do you choose the template with AD integration and do you generate the DJoin file correctly? If so, do you have multiple Active Directories? And what is the propagation time for AD changes? It's possible that you created the DJoin file on one AD, but the workstation is connecting to a different AD.

Regards,

Denis
Yes, I'm using a template with domain integration.

The domain join is functional, the WAPT agent installs correctly, but the registration of the Wapt client on the server no longer works (the workstation does not appear in the console) and therefore the execution of the post install script commands cannot work ("Wapt-get" commands).

Re: WADS: wapt agent not registering

Published: July 2, 2026 - 2:53 PM
by sfonteneau
Can you tell me what this returns on the WAPT server?

https://www.wapt.fr/fr/doc/wapt-securit ... -with-curl

Could you also tell me what type of server you have? Red Hat? Alma? Debian?

Re: WADS: wapt agent not registering

Published: July 2, 2026 - 3:53 PM
by rlegrand
sfonteneau wrote: July 2, 2026 - 2:53 PM Can you indicate what this returns on the Wapt server?

https://www.wapt.fr/fr/doc/wapt-securit ... -with-curl

Code: Select all

root@SRV-WAPT:/home/wapt# kdestroy
root@SRV-WAPT:/home/wapt# kinit <user>
Password for <user>@<domaine>: 
root@SRV-WAPT:/home/wapt# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: <user>@<domaine>

Valid starting       Expires              Service principal
07/02/2026 15:35:34  07/03/2026 01:35:34  krbtgt/<domaine>@<domaine>
        renew until 07/03/2026 15:35:28
root@SRV-WAPT:/home/wapt# curl -v --negotiate -u : https://srv-wapt.<domaine>/api/v3/add_host_kerberos -k
* Host srv-wapt.<domaine>:443 was resolved.
* IPv6: (none)
* IPv4: 192.168.1.11
*   Trying 192.168.1.11:443...
* connect to 192.168.1.11 port 443 from 192.168.1.10 port 34656 failed: No route to host
* Failed to connect to srv-wapt.<domaine> port 443 after 3078 ms: Could not connect to server
* closing connection #0
curl: (7) Failed to connect to srv-wapt.<domaine> port 443 after 3078 ms: Could not connect to server

Re: WADS: wapt agent not registering

Published: July 2, 2026 - 3:59 PM
by sfonteneau

Code: Select all

 
 connect to 192.168.1.11 port 443 from 192.168.1.10 port 34656 failed: No route to host
 
What is the server's IP address?

Re: WADS: wapt agent not registering

Published: July 2, 2026 - 4:34 PM
by rlegrand
sfonteneau wrote: July 2, 2026 - 3:59 PM

Code: Select all

 
 connect to 192.168.1.11 port 443 from 192.168.1.10 port 34656 failed: No route to host
 
What is the server's IP address?
192.168.1.10

Re: WADS: wapt agent not registering

Published: July 2, 2026 - 4:44 PM
by sfonteneau
Isn't 192.168.1.11 listed in /etc/hosts? (bad configuration)

Kinit is trying to connect to 192.168.1.11...