GitHub user weizhouapache added a comment to the discussion: Secondary Storage Vm (SSVM) SSL Handshake failed error
@Hossein4185 the command is used to list the certificates in keystore, you need to run the command in #11081, see below KS_FILE=/usr/local/cloud/systemvm/conf/cloud.jks KS_PASS=$(grep keystore.passphrase /usr/local/cloud/systemvm/conf/agent.properties |cut -d "=" -f2) keytool -import -noprompt -storepass "$KS_PASS" -alias "cloudca.1" -file "/usr/local/cloud/systemvm/conf/cloud.ca.crt" -keystore "$KS_FILE" GitHub link: https://github.com/apache/cloudstack/discussions/11694#discussioncomment-14496039 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
