The search returned 21 results

by GF68
February 22, 2024 - 10:46
Forum: WAPT Packages
Subject: Encrypting information in a packet
Answers: 2
Views : 4493

Re: Encrypting information in a packet

Hello Vincent,

Thank you for your reply.

Actually, I have a large network where machines are regularly added and removed.

I do use a very lightweight configuration package to transmit the password.
What I'm looking for is an encrypted method that...
by GF68
February 21, 2024 - 2:18 PM
Forum: WAPT Packages
Subject: Encrypting information in a packet
Answers: 2
Views : 4493

Encrypting information in a packet

Hello,

I need to encrypt information within a package (specifically, a password).

Currently, I'm using a technique I saw in the documentation (I think): I'm using the `update_package` to encrypt the information with each machine's certificate, and the data is...
by GF68
July 11, 2023 - 11:34
Forum: WAPT Server
Subject: [RESOLVED] API request on packages
Answers: 2
Views : 3592

[RESOLVED] API request on packages

Hello,

I'm trying to make an API request to retrieve the list of dependencies for a group package.

I've searched the documentation, but I can't find any information on how to do this.

Is this type of request possible?

Sincerely,

Guillaume
by GF68
July 11, 2023 - 11:23
Forum: WAPT Server
Subject: [RESOLVED] Deployment via GPO with password
Answers: 2
Views : 3940

Re: Deployment via GPO with password

Hello,

since it's been a while since you asked this question, I don't know if you found a solution.

If not, here's how I proceed:

I created a WAPT user via the console, which only has the rights to register machines on the server (for ...
by GF68
April 25, 2023 - 09:41
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [RESOLVED] List of machines on which a package is installed
Answers: 2
Views : 2891

[SOLVED] List of machines on which a package is installed

Hello,

is there a way to view, from the console, the list of machines on which a package is installed?

Thanks in advance,

Guillaume
by GF68
March 31, 2023 - 11:03
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Package contents in plain text in the waptdb.sqlite file
Answers: 4
Views : 4214

Re: [SOLVED] Package contents in plain text in the waptdb.sqlite file

Hello,

Okay, I understand the logic better now.

Thank you for your reply.
by GF68
March 30, 2023 - 08:36
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Package contents in plain text in the waptdb.sqlite file
Answers: 4
Views : 4214

Re: Package contents in plain text in the waptdb.sqlite file

Thank you for your reply!

I completely missed that part of the documentation.

Out of curiosity, why wasn't the file encrypted?
by GF68
March 29, 2023 - 4:33 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] Package contents in plain text in the waptdb.sqlite file
Answers: 4
Views : 4214

[RESOLVED] Package contents in plain text in the waptdb.sqlite file

Hello,

I noticed this morning that the contents of the local database file waptdb.sqlite are in plain text.

Full file path: C:\Program Files (x86)\wapt\db.

It contains the full contents of all the packages executed on the machine.

The problem is that the file can...
by GF68
March 15, 2023 - 2:43 PM
Forum: WAPT Packages
Subject: Packet could not be sent to the server
Answers: 4
Views : 4569

Re: Packet could not be sent to the server

Hello,

thank you for your reply!

I increased the `client_max_body_size` and `client_body_timeout` values.

This time the package seems to upload completely, but I'm still getting the error:
FATAL ERROR: None: None
Exit code: 3.

The upload also crashed nginx in the process.

I think I...