Error Code: LCMVMSP10035 Synthetic checker on the application platform failed UI details show a thumbprint mismatch: Post "https://VC-FQDN/sdk": host "VC-FQDN:443" thumbprint does not match "SHA1-THUMBPRINT"Interactive script to fix and remediate this problem.
Note: SDDC manager VM to host this script or any host which has reachability to the control plane VM
1. SSH into the SDDC Manager.
2. Run the interactive update script:
bash update-vcenter-ssl-cert.sh
3. Enter your control plane node IP address:
4. Enter the password for vmware-system-user to establish the connection and elevate to root via sudo
5. Enter the fully qualified domain name of the vCenter Server.
Below is the example output for the script ran :=== Step 0: Connect to control plane node ===Control plane node IP/hostname: <Provide the IP of CONTROL_PLANE_IP>Password for vmware-system-user:Connecting to ...Connected to as vmware-system-user.Verifying sudo elevation...Elevated to root on === Preflight ===Target: pd/vmsp-platform -n vmsp-platform (via )=== Step 1: vCenter details ===VCenter FQDN (VC-Host): <Provide vCenter_fqdn>Fetch the SSL certificate from :443 and apply it to pd/vmsp-platform, secret/platform-trust, and restart vsphere-csi-controller on ? [y/N]: y=== Step 2: Updating vCenter SSL certificate on ===Warning: spec.template.spec.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[2].matchExpressions[0].key: node-role.kubernetes.io/master is use "node-role.kubernetes.io/control-plane" insteadWarning: spec.template.spec.containers[4].ports[0]: duplicate port name "prometheus" with spec.template.spec.containers[2].ports[1], services and probes that select ports by name will use spec.template.spec.containers[2].ports[1]packagedeployment.releases.vmsp.vmware.com/vmsp-platform patched (no change)secret/platform-trust patched (no change)deployment.apps/vsphere-csi-controller restartedpackagedeployment.releases.vmsp.vmware.com/vmsp-platform condition metNew vCenter thumbprint: <THUMBPRINT_REDACTED>=== Done ===Success: pd/vmsp-platform -n vmsp-platform is Ready with the updated vCenter SSL certificate.