some package groups cannot be edited

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
guestben321
Messages: 23
Registration: Nov 30, 2021 - 4:38 p.m.

May 16, 2023 - 3:52 PM

Hello,

I just realized that there are some package groups that I can't edit with my certificate and account.

It displays "Error when uploading package CheckPackageSignature
failed for Signer XXXXXX:,"

where XXXXXX corresponds to another user's certificate.

I'm not sure if my question is clear; do you have any suggestions?

Thank you!
WAPT Server Enterprise edition, version: 2.6.0.16552
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

May 17, 2023 - 3:29 PM

Hello GuestBen321,

WAPT version (see forum rules). Are you using an older version of WAPT?

Regards,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
guestben321
Messages: 23
Registration: Nov 30, 2021 - 4:38 p.m.

May 22, 2023 - 2:42 PM

Hello,
sorry, this is version Enterprise 2.3.0.13516
WAPT Server Enterprise edition, version: 2.6.0.16552
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

May 22, 2023 - 3:54 PM

Are you using an older version of wapt <=2.2, or are you launching the group editing via the command line?
guestben321
Messages: 23
Registration: Nov 30, 2021 - 4:38 p.m.

May 22, 2023 - 3:59 PM

Hello,
I'm launching the edit via the GUI. WApt is version 2.3
WAPT Server Enterprise edition, version: 2.6.0.16552
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

May 22, 2023 - 4:12 PM

In the console, for the package in question, in the "Signatory" column, can you check if the signer is the same as the others?

Also, can you verify if the signer for this package is accepted (previous certificate in C:\Program Files (x86)\wapt\ssl on your machine)?
guestben321
Messages: 23
Registration: Nov 30, 2021 - 4:38 p.m.

May 22, 2023 - 4:25 PM

Indeed, the signing certificate name wasn't present in my C:\Program Files (x86)\wapt\ssl folder.
I just added the corresponding certificate to this folder and I can now modify the group.

Thank you, I finally have the solution to modify them!

But if I understand correctly, the admins who have the certificate I just added can now act on my machine?
WAPT Server Enterprise edition, version: 2.6.0.16552
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

May 22, 2023 - 4:35 PM

Yes, absolutely

To avoid this, you can do something else

In WaptConsole you can put:

Code: Select all

public_certs_dir=C:\trust_cert 
For example
guestben321
Messages: 23
Registration: Nov 30, 2021 - 4:38 p.m.

May 22, 2023 - 4:41 PM

I can't find where to put this setting. Is there a configuration file I need to edit?
WAPT Server Enterprise edition, version: 2.6.0.16552
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

May 22, 2023 - 4:42 PM

Directly in waptconsole.ini:

Code: Select all

%appdata%\waptconsole\waptconsole.ini
Locked