- This issue will be fixed in VMware Aria Automation version 8.14.1.
Workaround:
- To switch to mks, remote console proxy should be enabled.
- SSH / PuTTy into one vRA virtual appliance in the cluster
- Edit the provisioning service deployment by running the following command
kubectl -n prelude edit deployment provisioning-service-app
- Set the following property in the JAVA_OPTS list to false
-Denable.remote-console-proxy=false
Note: To edit, move the cursor to the line where you want to make the change, and press the i key on the keyboard to enter insert mode. Change the value.
Note: Be careful with spacing, do not use TABs.
Save the changes, press the escape key on the keyboard, and then save the change by pressing :wq. If you make a mistake you can exit without saving by entering :q! instead.
- Monitor the provisioning-service-app pod restart by running watch kubectl get pods -n prelude within the Aria Automation SSH session. Once the pods are restarted and in a Ready state, retry the VMRC connection.
- If it still fails with 1st error, renew the certificates on ESXi hosts.
- Try to access remote console, a warning of certificate will appear in browser window, accept the certificate
- Refresh the browser and should be able to access the remote console.
NOTE : The steps are only applicable for Aria Automation version 8.12 & above.
For version below, Please follow VMware KB
https://kb.vmware.com/s/article/90655