The search returned 36 results

by Stenon
November 10, 2022 - 10:13
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] 408 client error waptexit
Answers: 3
Views : 3923

Re: 408 client error waptexit

Hello,
I have the same problem on my control station. My latest changes:
- installed the waptupgrade package
- created an agent with the WUA option.
Since then, my computer displays error 408 when I restart/quit...
For your information, I reinstalled my console, but nothing changed...
by Stenon
November 10, 2022 - 09:59
Forum: WAPT Server
Subject: [SOLVED] HTTPS certificate problem
Answers: 6
Views : 6314

Re: Certificate problem for HTTPS

Hello,

yes, it seems the FQDN is missing from my certificate because I'm using a wildcard certificate. I read the post from January 27, 2022, and it's the same error.
Since I have to use my wildcard, I'll deploy the agent via the IP address in my GPO... and it works...
by Stenon
November 3, 2022 - 4:28 PM
Forum: WAPT Server
Subject: [SOLVED] HTTPS certificate problem
Answers: 6
Views : 6314

Re: Certificate problem for HTTPS

We're making a little progress...
if I change my waptdeploy call to:
waptdeploy.exe --hash=02dfba835e17c928933a9bf929200cd50475fc8658322e1f4484b563bfe0738a --minversion=2.2.3.12465 --wait=15 --waptsetupurl=https://wapt.monsite.fr/wapt/waptagent.exe
I get the previous error (TLS failed)
if...
by Stenon
November 2, 2022 - 9:50 AM
Forum: WAPT Server
Subject: [SOLVED] HTTPS certificate problem
Answers: 6
Views : 6314

Re: Certificate problem for HTTPS

Apparently so...
I had set up the GPO and tested it on a machine, and it worked... when I installed the certificate (valid for our site), the GPO stopped running, so I tried to run the command manually, encountering the errors from the previous post. Going back to the old method...
by Stenon
October 27, 2022 - 4:46 PM
Forum: WAPT Server
Subject: [SOLVED] HTTPS certificate problem
Answers: 6
Views : 6314

[SOLVED] HTTPS certificate problem

Hello,
when I configure the server with an external certificate in Nginx and reload it (reload Nginx), the web page appears correctly with HTTPS,
so I was happy.
Now I get an error when I try to deploy using waptdeploy.exe and the hash and the waptagent... there's an error...
by Stenon
October 25, 2022 - 8:36 AM
Forum: WAPT Packages
Subject: [SOLVED] Uninstalling the Brave browser
Answers: 2
Views : 4197

Re: Uninstalling the Brave browser

Thanks, it works!
and here is my code for the route:

# -*- coding: utf-8 -*-
from setuphelpers import *

def install():
# Declaring local variables

# Installing the software
print("Installing: Brave_installer-x64.exe")
install_exe_if_needed('brave_installer-x64.exe',
silentflags='--install ...
by Stenon
October 24, 2022 - 3:36 PM
Forum: WAPT Packages
Subject: [SOLVED] Uninstalling the Brave browser
Answers: 2
Views : 4197

[SOLVED] Uninstalling the Brave browser

Hello,

I'm trying to uninstall the "Brave" package (created using Package Template), but unfortunately it requires an action, and I haven't found a silent option... Do you have any ideas?

Many thanks in advance,
Samuel
by Stenon
April 3, 2018 - 3:18 PM
Forum: Your opinion
Subject: Migration 1.5
Answers: 1
Views : 16881

migration 1.5

Hello,

just a quick update on my migration experience:

first observation, when everything works, it's fantastic! Much faster and much clearer.

However, I did encounter some issues during my migration because I changed the server name and also the domain name... so I had...
by Stenon
March 21, 2018 - 1:01 PM
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] waptconsole update error
Answers: 4
Views : 5879

Re: Waptconsole update error

Yes, it was a key error (thanks for the advanced mode tip).
I had to recreate my key and re-sign my packages because in the meantime my server changed domain and name... plus migrated from wapt 1.3 to 1.5...
thanks
by Stenon
March 21, 2018 - 11:26
Forum: WAPT usage (Console, Agent) / WAPT usage (Console, Agent)
Subject: [SOLVED] waptconsole update error
Answers: 4
Views : 5879

Re: Waptconsole update error

Okay,
I'm in debug mode and yes, it's definitely a key problem:
wapt1.5-5.jpg
wapt1.5-5.jpg (49.34 KB) Viewed 5874 times
My question is... should I look at it from the client side or the server side?

THANKS.