This issue is resolved in vRLCM 2.0, available at VMware Downloads.
To resolve this issue in vRLCM 1.3 and earlier versions, disable the SNI.
To disable the SNI in vRLCM:
- Open the /usr/share/tomcat/bin/catalina.sh file.
- Update the entry:
From:
JAVA_OPTS="$JAVA_OPTS $LCM_GC_OPTS "
To:
JAVA_OPTS="$JAVA_OPTS $LCM_GC_OPTS -Djsse.enableSNIExtension=false"
- Restart the engine service:
systemctl restart vlcm-server
Note : Marketplace sync requires the SNI to be enabled. So after completion of the vROps related tasks, revert the changes in the
catalina.sh file and restart the engine service.