When attempting to import the certificate, the control center shows:
Error! IOException, Message: ‘Received fatal alert: handshake_failure’
Configuration logs show:
2023-12-21 11:53:19.397+0000 [http-nio-127.0.0.1-8282-exec-5] INFO {} [CertificateHelper] Normal Ssl Certificate getter failed to fetch the remote host certificates: url='https://console.cloud.vmware.com/', proxyUrl='null', proxyPort='-1'.Initiating get of the remote host certificates by SMTP STARTTLS protocol.
2023-12-21 11:53:19.397+0000 [http-nio-127.0.0.1-8282-exec-5] WARN {} [CertificateHelper] Get of the remote host certificates by using SMTP STARTTLS protocol failed.
2023-12-21 11:53:19.397+0000 [http-nio-127.0.0.1-8282-exec-5] WARN {} [TrustCertificateAction] Cannot init trust certificate action.java.net.SocketException: Network is unreachable (connect failed)
console.cloud.vmware.com can require that SNI is enabled.
SNI must be enabled in two places for vRO 7.6:
In both /usr/lib/vco/app-server/bin/setenv.sh and /usr/lib/vco/configuration/bin/setenv.sh find -Djsse.enableSNIExtension=false and change it to -Djsse.enableSNIExtension=true.
Take backups before editing the configuration.