The search returned 23 results

by PaulSLA
December 29, 2025 - 10:07 AM
Forum: WAPT Packages
Subject: [RESOLVED] Nextcloud Talk update
Answers: 1
Views : 10062

[RESOLVED] Nextcloud Talk update

Hello,

Is it possible, and how, to add Nextcloud Talk to the WAPT store using the Nextcloud client?

I already have a package to install it, but I have to update the .msi file with each new version.

Regards,
by PaulSLA
December 29, 2025 - 10:05 AM
Forum: WAPT Packages
Subject: [SOLVED] Nextcloud 4.0.4 update error
Answers: 1
Views : 2300

[SOLVED] Nextcloud 4.0.4 update error

Hello,

After updating Nextcloud to version 4.0.4 via the WAPT store, I'm encountering this error:

"
MSI Nextcloud-4.0.4-x64.msi already installed. Skipping msiexec
Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 4455, in install_wapt
exitstatus ...
by PaulSLA
December 5, 2024 - 11:08 AM
Forum: WAPT Packages
Subject: Off-domain machine registration in WAPT via Kerberos
Answers: 2
Views : 2173

Off-domain machine registration in WAPT via Kerberos

Hello,

We have enabled Kerberos authentication for WAPT as well as certificate verification, so we have the following in our wapt-get.ini file:

wapt-get.ini;use_kerberos=1
wapt-get.ini;verify_cert=C:\Program Files (x86)\wapt\ssl\server\ca.crt

This works very well, as long as we are...
by PaulSLA
November 29, 2024 - 09:31
Forum: WAPT Packages
Subject: [RESOLVED] WAPT audit error following update to -38
Answers: 2
Views : 3546

[RESOLVED] WAPT audit error following update to -38

Hello,

Following the BitLocker audit package update, I'm getting an error without having touched the code inside (I initially modified it to add our certificate and then tried again without making any changes). In both cases, I get this error:

https://srv-wapt.XXXX.dom/wapt/XXXX-audit ...
by PaulSLA
November 28, 2024 - 9:50 AM
Forum: WAPT Packages
Subject: [RESOLVED] Webview Error
Answers: 4
Views : 3467

Re: Webview Error

Hello,

I have exactly the same problem here. It was fixed by the patch. But with version 131.0.2903.63-11, the problem has returned.

Traceback (most recent call last):
File "C:\Program Files (x86)\wapt\common.py", line 4235, in install_wapt
exitstatus = setup.install()
File "C:\Windows ...
by PaulSLA
November 21, 2024 - 8:54 AM
Forum: WAPT Packages
Subject: [RESOLVED] WebView package update error
Answers: 5
Views : 3647

Re: WebView package update error

Hello,

Thank you for your reply.

If I understand correctly, there's nothing we can do at our level?

Sincerely,
by PaulSLA
November 19, 2024 - 08:11
Forum: WAPT Packages
Subject: [RESOLVED] WebView package update error
Answers: 5
Views : 3647

[RESOLVED] WebView packet update error

Hello,

when we update WebView via WAPT (which has never been a problem until now), WAPT returns the following error:

"Installing: MicrosoftEdgeWebView2RuntimeInstallerX64.exe (131.0.2903.51)
Waiting for key: Microsoft EdgeWebView to appear in Windows registry
Traceback (most recent call last ...
by PaulSLA
July 29, 2024 - 08:28
Forum: WAPT Packages
Subject: Problem with the "audit-bitlocker" package
Answers: 0
Views : 2428

Problem with the "audit-bitlocker" package

Hello,

Since upgrading the agent and server to version 2.5.5, we've been experiencing issues with BitLocker auditing on some workstations (using the official package available on the store).

Here are the logs:

Auditing sila-audit-bitlocker
OK: D: Data drive is encrypted with BitLocker
INFO: D: Data ...
by PaulSLA
July 24, 2024 - 2:54 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Agent not registering in WAPT
Answers: 8
Views : 9270

Re: Agent not registering in WAPT

Hello,

I continued looking into it, and method 2 from the documentation works.

"ldap_auth_ssl_enabled = True
verify_cert_ldap = False"

The third method, however, doesn't work, but since we also plan to enable certificate verification, we'll open a ticket for both issues...
by PaulSLA
July 24, 2024 - 1:09 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Agent not registering in WAPT
Answers: 8
Views : 9270

Re: Agent not registering in WAPT

Hello,

thank you for these replies. I do have the line "service_auth_type=waptserver-ldap" in [global] on the machine where I'm doing my test. I'm not putting it on the production machines yet because I'm not sure I fully understand all the ins and outs of this configuration.
I also have the line, found on...