Problem registering client machines
Published: September 22, 2020 - 5:55 PM
Good morning,
I am creating this post because despite my searches on the forum, I cannot find a solution to my problem.
I have a WAPT server which is used for several domains with trust between them.
However, I am encountering problems with customer registration.
I use Kerberos authentication for registration.
Server Configuration:
Client configuration:
In the server logs:
Attempting manual registration via wapt-get register:
I checked the nginx server configuration and it is correct.
I don't see where the problem is coming from.
- Installed WAPT version 1.7.4
- CentOS 7.7 server operating system
Thank you in advance for your help.
Sincerely,
I am creating this post because despite my searches on the forum, I cannot find a solution to my problem.
I have a WAPT server which is used for several domains with trust between them.
However, I am encountering problems with customer registration.
I use Kerberos authentication for registration.
Server Configuration:
Code: Select all
[options]
waptwua_folder = /var/www/html/waptwua
server_uuid = f3b48752-1059-11ea-a519-005056b71f58
clients_signing_key = /opt/wapt/conf/ca-wapt1.domaine1.local.pem
clients_signing_certificate = /opt/wapt/conf/ca-wapt1.domaine1.local.crt
wapt_password = $pbkdf2-sha256$29000$2nvvfe.dk7K21vo/Z8z53w$DtkM/JsLTv7wx2MGRdapPIkCzkk46j3Bsu8Prv1NxvM
use_kerberos = True
allow_unauthenticated_connect = False
secret_key = UFoo6Qq2mLVIRwHnSZ0Wj2OoBBDhmvbApQH8jvHFtNltV8QzepPdXqfzanHOBywd
http_proxy =
wapt_admin_group_dn = CN=G_WAPT_Admin,OU=Groupes,DC=domaine1,DC=local
ldap_auth_server = AD1.domaine1.local
ldap_auth_base_dn = DC=domaine1,DC=local
ldap_auth_ssl_enabled = False
Code: Select all
[global]
waptupdate_task_period=120
wapt_server=https://wapt1.domaine1.local
repo_url=https://wapt1.domaine1.local/wapt
use_hostpackages=1
send_usage_report=1
use_kerberos=1
check_certificates_validity=0
verify_cert=C:\wapt\ssl\server\wapt1.domaine1.local.crt
dnsdomain=
max_gpo_script_wait=180
pre_shutdown_timeout=180
hiberboot_enabled=0
use_fqdn_as_uuid=1
use_ad_groups=1
waptaudit_task_period=120m
[wapt-templates]
repo_url=https://store.wapt.fr/wapt
verify_cert=1
[waptwua]
enabled=false
install_at_shutdown=falseCode: Select all
Sep 22 17:44:38 wapt1 python: 2020-09-22 17:44:38,700 CRITICAL Get_websocket_auth_token failed EWaptAuthenticationFailure(u'Unknown host UUID clientXX.domaine2.local. Please register first.',)Code: Select all
Registering host against server: https://wapt1.domaine1.local
System Power Controls
FATAL ERROR : HTTPError: 403 Client Error: Forbidden for url: https://wapt1.domaine1.local/add_host_kerberos
wapt-get exited on clientXX.domaine2.local with error code 3.I don't see where the problem is coming from.
- Installed WAPT version 1.7.4
- CentOS 7.7 server operating system
Thank you in advance for your help.
Sincerely,