The installer is unable to connect to the vCenter Server Management interface.Unable to proceed with stage 2 of the deployment process.Proceed to stage 2 by logging into the vCenter Server at https://<vCenter_FQDN>:5480The following entries are seen in the installer.log at the following location on the Jump Box:C:\Users\username\AppData\Local\Temp\vcsaUiInstaller<time> - error: Could not get response for get request from url https://<vCenter_FQDN>:5480/: Error: connect TIMEDOUT <>:5480vCenter_FQDN<time> - error: VAMI is NOT accessible[15]: https://<>/, err: Could not get a response for get request from url https://<vCenter_FQDN>:5480/: Error: connect ETIMEDOUT <vCenter_FQDN>:5480vCenter_FQDN
Running a curl command fails from a jumpbox that is not on the same subnet as the deployed vCenter VM:
curl -kv https://<vCenter_FQDN>:5480
Trying #.#.#.#:5480... Connected to <vCenterFQDN> (#.#.#.#) port 5480 schannel: disabled automatic use of client certificate ALPN: curl offers http/1.1 Recv failure: Connection was reset schannel: failed to receive handshake, SSL/TLS connection failed Closing connection schannel: shutting down SSL/TLS connection with vCenterFQDN port 5480 Send failure: Connection was reset schannel: failed to send close msg: Failed sending data to the peer (bytes written: -1) curl: (35) Recv failure: Connection was reset
Example:
Running a curl command from a jumpbox on the same subnet as the vCenter instance is successful:
curl -kvvv https://<vCenterFQDN>:5480
Trying vCenterIP:5480
Connected to https://<vCenterFQDN> (#.#.#.#) port 5480 (#0)
ALPN: offers http/1.1TLSv1.3 (OUT), TLS Handshake, Client hello (1):TLSv1.3 (IN), TLS Handshake, Server hello (2):TLSv1.2 (IN), TLS Handshake, Certificate (11):TLSv1.2 (IN), TLS Handshake, Server key exchange (12):TLSv1.2 (IN), TLS Handshake,Server finished (14):TLSv1.2 (OUT), TLS Handshake, Client key exchange (16):TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):TLSv1.2 (OUT), TLS Handshake, Finished (20):TLSv1.2 (IN), TLS Handshake, Finished (20):SSL connection usingTLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
ALPN: server did not agree on a protocol. Uses default.Server Certificate:
...
SSL certificate result: self-signed certificate (18), continuing anyway.using HTTP/1.x> Get / HTTP1.1> Host: vCenterFQDN:5480> User-Agent: Curl/8.1.2> Accept: */*>< HTTP/1.1 200 OK< X-UA-compatible: IE=edge< X-Frame-Options: Deny< Content Type: text/html; charset=utf-8< Accept-Ranges: bytes< ETag: "8885#####"< Last-Modified:<date>< Content-Length: 1116< Date:<date>< Server: vami<<!doctype html> ...
This indicates an issue on the network as the computer on the same subnet as the newly deployed vCenter Appliance is able to connect, but the computer on a different subnet than the newly deployed vCenter Appliance cannot connect on port 5480.
Workaround: