weizhouapache commented on issue #9086:
URL: https://github.com/apache/cloudstack/issues/9086#issuecomment-2443466098

   @tdtmusic2 
   can you try the following workaround in SSVM ?
   
   ```
   # check if keystore has all root certificates in  /etc/ssl/certs/java/cacerts
   keytool -list -keystore /usr/local/cloud/systemvm/certs/realhostip.keystore 
-storepass vmops.com  |grep entries
   
   # if there are only 4 entries (should return 146 entries)
   keytool -importkeystore -srckeystore /etc/ssl/certs/java/cacerts 
-destkeystore /usr/local/cloud/systemvm/certs/realhostip.keystore -srcstorepass 
changeit -deststorepass vmops.com -noprompt
   
   # restart cloud service
   systemctl restart cloud
   ```
   
   
   the keystore  /etc/ssl/certs/java/cacerts is imported when SSVM is started.
   
   can you share the logs before "Finished setting up systemvm" in 
`/var/log/cloud.log` in SSVM ?
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to