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

   @sureshanaparti @kiranchavala 
   I run into this issue last week.
   It seems to be because that the libvirt service on remote host listens on 
TLS port (16514), but the API call tries to get VMs on TCP port (16509).
   To access the TLS port, the cert/key are required. However they are not 
supported  for now.
   
   @sureshanaparti 
   can you retry after the changes below ?
   - listen_tls to 0 in libvirtd.conf
   - listen_tcp to 1  in libvirtd.conf
   - restart libvirtd


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to