The search returned 25 results

by TomTomGo
January 30, 2025 - 09:41
Forum: WAPT Server
Subject: Unable to add an internal server as an external repository
Answers: 4
Views : 3939

Re: Unable to add an internal server as an external repository

Hello Vincent;

Thank you for your message. We are indeed practically neighbors, and we won't hesitate to contact you directly about a company placement ;)

In the meantime, I'll look into the "maturity" option, which I had seen but hadn't studied in depth until...
by TomTomGo
January 23, 2025 - 10:56
Forum: WAPT Server
Subject: Unable to add an internal server as an external repository
Answers: 4
Views : 3939

Re: Unable to add an internal server as an external repository

Hi Denis,

Yes, that's what I suspected, thanks for the confirmation.
I'll look into the VHOST solution; otherwise, I found a "dirty" but temporary fix: I retrieved the client certificate and private key from "C:\Program Files (x86)\wapt\private" on server A and...
by TomTomGo
January 23, 2025 - 08:18
Forum: WAPT Server
Subject: Unable to add an internal server as an external repository
Answers: 4
Views : 3939

Unable to add an internal server as an external repository

Hello,

Since updating a WAPT server from version 2.4 to 2.5.5.15697, I can no longer add this server as an external repository from another server also running version 2.5.5.15697 (this worked fine in 2.4).
Repository configuration:

Repoconf.png

If we try to...
by TomTomGo
July 25, 2024 - 5:31 PM
Forum: WAPT Server
Subject: [RESOLVED] WAPT 2.5.5.15691: TLS error with waptdeploy.exe
Answers: 3
Views : 5200

Re: WAPT 2.5.5.15691: TLS error with waptdeploy.exe


Hi Thomas,

it seems that Windows 11 doesn't enable TLS 1.3 by default (there are registry keys that need to be changed).

WAPTAgent uses OpenSSL for all cryptography, but WAPTDeploy, to be lighter, relies on Windows' schannel implementation to avoid having to include OpenSSL...
by TomTomGo
July 25, 2024 - 3:24 PM
Forum: WAPT Server
Subject: [RESOLVED] WAPT 2.5.5.15691: TLS error with waptdeploy.exe
Answers: 3
Views : 5200

Re: WAPT 2.5.5.15691: TLS error with waptdeploy.exe

Well, after consulting the CHANGELOG for version 2.5.5.15691, I saw this:

[IMP] waptserver: on Linux: use TLS1.3 for nginx on linux

So I switched back to TLS 1.2 in /etc/nginx/sites-enabled/wapt.conf:

Code: Select all

ssl_protocols               TLSv1.2;
After restarting the Nginx services, it's working again :)
by TomTomGo
July 25, 2024 - 2:36 PM
Forum: WAPT Server
Subject: [RESOLVED] WAPT 2.5.5.15691: TLS error with waptdeploy.exe
Answers: 3
Views : 5200

[RESOLVED] WAPT 2.5.5.15691: TLS error with waptdeploy.exe

Hello,

WAPT Server: Up-to-date Debian 11
Client workstation: Windows 11 23H2
WAPT 2.5.5.15691 Discovery

Following the upgrade of my WAPT server from 2.5.5.15640 to 2.5.5.15691 this morning, I get an error message when I try to update the WAPT agent on the workstations using waptdeploy.exe...
by TomTomGo
March 15, 2023 - 3:44 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Host upgrade: grayed-out options
Answers: 2
Views : 3215

Re: Host upgrade: grayed-out options

Hi Denis,

thanks for the clarification, I completely understand your point of view. :)
And it certainly makes me want to go further, i.e., towards the enterprise version ;) ...

Have a good rest of the day,

Thomas
by TomTomGo
March 15, 2023 - 1:06 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] Host upgrade: grayed-out options
Answers: 2
Views : 3215

[RESOLVED] Host upgrade: options grayed out

Hello,

Following the update of our server (Community version under Debian 11) from 2.2.3.12485 to 2.3.0.13516, we no longer have the option to check the box "Do not install packages whose applications are running"; the option is grayed out. Is this a restriction introduced in version 2.3...?
by TomTomGo
February 6, 2019 - 10:35
Forum: WAPT Packages
Topic: Uninstall vs Remove
Answers: 0
Views : 8164

Uninstall vs Remove

Hello,

what's the correct way to properly uninstall a package?
Let me explain: in one of my packages, I have to perform several "manual" operations to uninstall it.
I have to run a command like "SetupClient.exe /ALLOWRUN /X /Q" because the program doesn't accept...
by TomTomGo
December 17, 2018 - 10:03
Forum: WAPT Server
Subject: Debian update: nginx auth_gss directive unknown
Answers: 4
Views : 7961

Re: Debian update: nginx auth_gss directive unknown

Hello,

I have the same problem and after checking the file https://wapt.tranquil.it/debian/wapt-1.6/pool/main/n/nginx/libnginx-mod-http-auth-spnego_1.10.3-1+deb9u2_amd64.deb I realize that the module is missing from the package (/usr/lib/nginx/modules/ngx_http_auth_spnego_module.so).
How do you...