The search returned 9 results

by etunilim
November 28, 2019 - 3:16 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] No setuphelper for network drive connection?
Answers: 7
Views : 6430

Re: No setuphelper for network drive connection?

Reply to dcardon:

Well aware of that.

That said, software that doesn't install the first time will install on the next reboot (not to mention that if we see errors in the console, we can force the installation immediately).

This method allows us to base the installation/update...
by etunilim
November 28, 2019 - 3:07 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] No setuphelper for network drive connection?
Answers: 7
Views : 6430

Re: No setuphelper for network drive connection?

I was initially using PowerShell to mount the network drive (I'm trying to completely abandon cmd and switch to ps systematically), hence the idea of ​​creating a setup_helper: we use an internal software repository, which we often need to connect to, and I didn't want to retype everything...
by etunilim
November 27, 2019 - 11:53
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] No setuphelper for network drive connection?
Answers: 7
Views : 6430

Re: No setuphelper for network drive connection?

Hello,

the goal is to use this network setup for software installation/updates.
I've done it a few times with `net use`, and indeed,
I'd be happy to contribute; I'll take a look at it.

Thanks for the info
.
by etunilim
November 26, 2019 - 1:56 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] No setuphelper for network drive connection?
Answers: 7
Views : 6430

[SOLVED] No setuphelper for network drive connection?

Hello,

is it just me, or is there no setuphelper for connecting a network drive?
It could be a useful function in some cases...

(I know you might not have time to do everything... I'll look into it).

Regards,
ET
by etunilim
November 22, 2019 - 2:48 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Problem verifying HTTPS server certificate in the console
Answers: 4
Views : 6215

Re: Problem verifying HTTPS server certificate in the console

Hello,

these certificate issues aren't very clear to me.

To be more precise, I'm using a Let's Encrypt certificate, and I'm using the fullchain.pem file (the cert.pem file wasn't working properly, even in the server's web interface, precisely because of the chain...).
by etunilim
November 22, 2019 - 11:28
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Problem verifying HTTPS server certificate in the console
Answers: 4
Views : 6215

Re: Problem verifying HTTPS server certificate in the console

Hello,

After further testing, the error doesn't occur when I check the "Verify the server's HTTPS certificate" option. In that case, I can click the "Verify" button and everything works fine (no error message is displayed).
It's when I click the button...
by etunilim
November 20, 2019 - 4:54 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Problem verifying HTTPS server certificate in the console
Answers: 4
Views : 6215

Re: Problem verifying HTTPS server certificate in the console

Hi again,

Just a quick clarification, if it helps:

When I run `wapt-get update` on the admin PC (Windows), I get the following error message:


C:\windows\system32>wapt-get update
Using config file: C:\Program Files (x86)\wapt\wapt-get.ini
Update package list from https://waptsrv.mydomain ...
by etunilim
November 20, 2019 - 4:44 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: Problem verifying HTTPS server certificate in the console
Answers: 4
Views : 6215

Problem verifying HTTPS server certificate in the console

Hello,

WAPT version 1.7
Server: Debian 10
Console: Windows 10

I am configuring the WAPT console on my administration machine, following the documentation. Everything was going well until, in the console configuration, I checked the 'verify HTTPS server certificate' box.
The...