Hello,
I am currently testing the new version 1.5 (RC1). The server is running Debian, and the development machine is running Windows 10, as is the management console PC.
On the development PC, I can't import packages or modify the machine's configuration (in fact, the "Check for updates" and "Start installations" buttons are grayed out). Each time, a window opens with the message:
"Private key does not exist."
I can't understand why it can't find the key, even though it's located in c:\private, as indicated in the documentation, and it's correctly entered in the files c:\Program Files (x86)\wapt\wapt-get.ini and appdata\local\waptconsole\waptconsole.ini. However,
in my appdata\roaming\waptconsole|waptconsole.ini, I only have settings related to the console's graphical interface, and in appdata\roaming\wapt, I only have a waptsession.sqlite file.
Note: I haven't enabled authentication. Kerberos, for now.
If someone could shed some light on this...
I know this version is brand new, and it's normal that the documentation isn't perfect yet, but I'd like to make a suggestion: it would be helpful to have a clear and precise description of the security system implemented in this new version (user authentication, machine authentication, with or without Kerberos...). It could be useful.
Thanks for your work
.
[SOLVED] Private key not found on dev machine
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
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
I'm answering myself (as usual, I've been trying to figure out what's wrong for ages, and it's only when you ask the question that you find the answer yourself):
I was missing a line in the file appdata\roaming\waptconsole|waptconsole.ini:
I can't find anything in the documentation about the files in the user's appdata folder. So I assume they're supposed to generate themselves. Is it a bug? A problem during agent creation? I didn't have this kind of problem with WAPT 1.3, anyway.
AND.
I was missing a line in the file appdata\roaming\waptconsole|waptconsole.ini:
Code: Select all
personal_certificate_path=c:\private\certifserveur.crt
AND.
