NAPPA TKG wizard is stuck in "WaitForCertificate" step
search cancel

NAPPA TKG wizard is stuck in "WaitForCertificate" step

book

Article ID: 370186

calendar_today

Updated On:

Products

VMware vDefend Firewall with Advanced Threat Prevention

Issue/Introduction

NAPP 4.1.2 was successfully deployed using NAPPA 4.1.2. When we try to use the TKG wizard we see that WaitForCertificate step is blocked as we are unable to get the CA cert detail from HAProxy VM.


TKG wizard is stuck in "WaitForCertificate" step

Log
{"function":"WaitForCertificate","level":"debug","msg":"Wait for certificate","time":"2024-06-03T22:11:42Z"}

Cause

The HAProxy CA cert value is set as the property "guestinfo.dataplaneapi.cacert" and is set from the VM itself. If the HAProxy VM is restarted after deployment, the value set is lost.

Resolution

To resolve this issue, run the following command by logging into the HAProxy VM:

vmware-rpctool "info-set guestinfo.dataplaneapi.cacert $(base64 -w0 /etc/haproxy/ca.crt)"


This workaround sets the HAProxy CA cert value correctly, allowing the TKG wizard to proceed.