We use this configuration:
This is a WAPT Enterprise 2.5.4 server, version 15342
On a CentOS 7 server with Windows 10 22H2 Pro clients
I deployed the agents with waptdeploy and a few with waptagent.exe:
- waptdeploy --hash etc...
- waptdeploy /VERYSILENT /wapt_server=https://myserver /repo_url=https://myserver/wapt
The console is configured as follows:
Code: Select all
[wapt-templates]
repo_url=https://store.wapt.fr/wapt
verify_cert=1
public_certs_dir=C:\Program Files (x86)\wapt\trusted_external_certs
[global]
repo_url=https://monserveur/wapt
send_usage_report=1
use_hostpackages=1
wapt_server=https://monserveur
use_kerberos=1
max_gpo_script_wait=180
pre_shutdown_timeout=180
hiberboot_enabled=0
verify_cert=<chemin_utilisateur>\monserveur.crt
Code: Select all
[global]
use_hostpackages=1
use_kerberos=1
max_gpo_script_wait=180
pre_shutdown_timeout=180
hiberboot_enabled=0
repo_url=https://monserveur/wapt
wapt_server=https://monserveur.ramage
verify_cert=C:\Program Files (x86)\wapt\ssl\server\monserveur.crt
use_repo_rules=True
In the logs on the workstations I have these errors:
Code: Select all
Error downloading package from http repository, please update... error : HTTPSConnectionPool(host='SERVEURDEPOT', port=443): Max retries exceeded with url: /wapt/firefox_115.7_16.92.6-1_x64_windows_PROD.wapt (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1131)')))Code: Select all
verify_cert=0I read the link about certificates: https://www.wapt.fr/fr/doc/wapt-securit ... ertificate
The order
Code: Select all
wapt-get enable-check-certificateShould I leave
Code: Select all
verify_cert=0Otherwise, how do I validate the certificate?
