The following error occured while downloading the script plugin from https://vCenter:8443/health-ui/scriptConfig.xml: Unable to connect to the remote server
This issue can occur if the keystorePass parameter in code>C:\Program Files\VMware\Infrastructure\tomcat\conf\server.xml is changed from testpassword
to password
. Changing the keystorePass parameter from the default, testpassword
, is not permitted.
If you encounter a similar issue, with Tomcat listening on Port 8443, see Generating custom or default SSL certificates (1029944) .
To begin troubleshooting this issue, ensure that the VirtualCenter Management Web Service is running. If it is not, start the service and try to enable the plug-in.
If starting the VirtualCenter Management Web Service does not resolve the issue, then an incorrect password may be stored in server.xml
.
To correct the stored password:
%PROGRAMFILES%\VMware\Infrastructure\tomcat\conf\server.x
ml
using a text editor.Connector port="8443"
. (Note: Add the entry port="8443" if it is not available) rui.pfx
certificate file that changes when you update your certificate.<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"</FONT>
maxThreads="150" scheme="https" secure="false"
clientAuth="false" sslProtocol="TLS"
keystoreFile="C:\ProgramData\VMware\VMware VirtualCenter\SSL\rui.pfx"
keystorePass="testpassword" keystoreType="PKCS12" />
keystorePass=
to the rui.pfx
certificate password. The default password for self-signed certificates is testpassword
.rui.pfx
cannot be blank. If you are having troubles with the vCenter Server certificates, see Replacing vCenter Server Certificates for VMware vSphere 4.0.For more extensive troubleshooting for vCenter Server plugins, see Performance Overview charts fail with STATs Report Service internal error (1012812).
How to stop, start, or restart vCenter Server services