Hello,
I need to change the host_organizational_unit_dn parameter based on multiple criteria (Windows Server or workstation, machine name starting with ...).
I tried creating an "empty" package using the inifile_writestring and reload_config_if_updated functions...
The search returned 13 results
- February 17, 2026 - 11:32
- Forum: WAPT Packages
- Subject: [RESOLVED] Modifying the configuration based on parameters
- Answers: 2
- Views : 3127
- January 13, 2026 - 10:07
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Deployed version issue
- Answers: 1
- Views : 5263
Deployed version issue
Hello,
we have a "config" package that enables "use_ad_groups".
There are several versions of this package. The latest version is 7. However, a number of computers are not installing version 7, but version 3. Version 3 sets the value of "use_ad_groups" to "False". This is the...
we have a "config" package that enables "use_ad_groups".
There are several versions of this package. The latest version is 7. However, a number of computers are not installing version 7, but version 3. Version 3 sets the value of "use_ad_groups" to "False". This is the...
- January 6, 2026 - 5:52 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Blocking the installation of a package
- Answers: 3
- Views : 6892
Re: Blocking the installation of a package
Hello,
I don't have direct access to the package.
But I don't understand: if the package is marked as "conflict" on one machine and then deployed to an OU where that machine is located,
what happens?
Will it first install it on the machine and then uninstall it?
Sincerely,
Damien
I don't have direct access to the package.
But I don't understand: if the package is marked as "conflict" on one machine and then deployed to an OU where that machine is located,
what happens?
Will it first install it on the machine and then uninstall it?
Sincerely,
Damien
- December 17, 2025 - 5:02 PM
- Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
- Subject: Blocking the installation of a package
- Answers: 3
- Views : 6892
Block the installation of a package
Hello,
in what order are package installations evaluated on the machine?
We need to deploy a package to an OU, but certain agents MUST NOT deploy it. Therefore, if it evaluates the addition first and then the conflict, it risks adding the package and then removing it at the exact moment it...
in what order are package installations evaluated on the machine?
We need to deploy a package to an OU, but certain agents MUST NOT deploy it. Therefore, if it evaluates the addition first and then the conflict, it risks adding the package and then removing it at the exact moment it...
- December 16, 2025 - 1:49 PM
- Forum: WAPT Server
- Subject: [SOLVED] Failed getting certificate: "FAILED:self-signed certificate"
- Answers: 8
- Views : 19951
Re: Failed getting certificate: "FAILED:self-signed certificate"
Hello,
We have found the source of the error: the secondary repository path was using http and not https.
You can close the issue.
Best regards,
Damien
We have found the source of the error: the secondary repository path was using http and not https.
You can close the issue.
Best regards,
Damien
- December 16, 2025 - 1:11 PM
- Forum: WAPT Server
- Subject: [SOLVED] Failed getting certificate: "FAILED:self-signed certificate"
- Answers: 8
- Views : 19951
Re: Failed getting certificate: "FAILED:self-signed certificate"
Hello,
Here is the machine configuration file:
wapt-get.ini;[global]
wapt-get.ini;use_hostpackages=1
wapt-get.ini;peercache_enable=1
wapt-get.ini;use_kerberos=1
wapt-get.ini;use_fqdn_as_uuid=1
wapt-get.ini;use_ad_groups=1
wapt-get.ini;use_repo_rules=1
wapt-get.ini;allow_remote_reboot ...
Here is the machine configuration file:
wapt-get.ini;[global]
wapt-get.ini;use_hostpackages=1
wapt-get.ini;peercache_enable=1
wapt-get.ini;use_kerberos=1
wapt-get.ini;use_fqdn_as_uuid=1
wapt-get.ini;use_ad_groups=1
wapt-get.ini;use_repo_rules=1
wapt-get.ini;allow_remote_reboot ...
- December 15, 2025 - 6:14 PM
- Forum: WAPT Server
- Subject: [SOLVED] Failed getting certificate: "FAILED:self-signed certificate"
- Answers: 8
- Views : 19951
Re: Failed getting certificate: "FAILED:self-signed certificate"
Hello,
To complete the diagnosis, here is the error message:
THttpClientSocket.WGet: HEAD server.domain:80/remote-repo-http_2.6.0.17346-10_x64_windows_PROD.wapt failed as 401 Unauthorized
Traceback (most recent call last):
File "
File "C:\Program Files (x86 ...
To complete the diagnosis, here is the error message:
THttpClientSocket.WGet: HEAD server.domain:80/remote-repo-http_2.6.0.17346-10_x64_windows_PROD.wapt failed as 401 Unauthorized
Traceback (most recent call last):
File "
File "C:\Program Files (x86 ...
- November 28, 2025 - 1:26 PM
- Forum: WAPT Server
- Subject: [SOLVED] Failed getting certificate: "FAILED:self-signed certificate"
- Answers: 8
- Views : 19951
Re: Failed getting certificate: "FAILED:self-signed certificate"
Hello,
thank you for your help.
Here is what the command displays (the log file is below):
PS C:\Windows\system32> wapt-get register -ldebug
[DEBUG] Logging TSynLog with level=debug to C:\Program Files (x86)\wapt\log\wapt-get.log
2025-11-28 09:43:11,330 DEBUG Default ...
thank you for your help.
Here is what the command displays (the log file is below):
PS C:\Windows\system32> wapt-get register -ldebug
[DEBUG] Logging TSynLog with level=debug to C:\Program Files (x86)\wapt\log\wapt-get.log
2025-11-28 09:43:11,330 DEBUG Default ...
- November 26, 2025 - 11:20
- Forum: WAPT Server
- Subject: [SOLVED] Failed getting certificate: "FAILED:self-signed certificate"
- Answers: 8
- Views : 19951
Re: Failed getting certificate: "FAILED:self-signed certificate"
Hello,
Thank you.
In the nginx configuration, ssl_client_certificate correctly points to the server's certificate (/opt/wapt/conf/ca-???.crt - replace ??? with the server's FQDN).
So, it seems the certificate authority is correct, right?
Regards,
Damien
PS: WAPT server version 2.6.0 ...
Thank you.
In the nginx configuration, ssl_client_certificate correctly points to the server's certificate (/opt/wapt/conf/ca-???.crt - replace ??? with the server's FQDN).
So, it seems the certificate authority is correct, right?
Regards,
Damien
PS: WAPT server version 2.6.0 ...
- November 18, 2025 - 09:31
- Forum: WAPT Server
- Subject: [SOLVED] Failed getting certificate: "FAILED:self-signed certificate"
- Answers: 8
- Views : 19951
[SOLVED] Failed getting certificate: "FAILED:self-signed certificate"
Hello,
We have several machines with packages marked "NEED-INSTALL".
When I look at the nginx logs on the server, I see a line: "CN=??? FAILED:self-signed certificate - "... (the ??? replace the agent machine name).
If I understand correctly, nginx is waiting for the...
We have several machines with packages marked "NEED-INSTALL".
When I look at the nginx logs on the server, I see a line: "CN=??? FAILED:self-signed certificate - "... (the ??? replace the agent machine name).
If I understand correctly, nginx is waiting for the...
