[libvirt-users] qemu+tls question

I`m generate TLS-certificates for my libvirtd and remote, useing http://wiki.libvirt.org/page/TLSSetup .
From console connect to remote host is success, but from virt-manager -- no:
Unable to connect to libvirt. Unable to read TLS confirmation: Input/output error Verify that the 'libvirtd' daemon is running on the remote host. Libvirt URI is: qemu+tls://<remote_host>/system Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/connection.py", line 1056, in _open_thread self._backend.open (self._do_creds_password) File "/usr/share/virt-manager/virtinst/connection.py", line 158, in open open_flags) File "/usr/lib64/python2.7/site-packages/libvirt.py", line 102, in openAuth if ret is None:raise libvirtError('virConnectOpenAuth () failed') libvirtError: Unable to read TLS confirmation: Input/output error Any suggestions? -- Fl@sh

On Mon, 23 Jun 2014 18:57:12 +0400 Fl@sh <kaperang07@gmail.com> wrote:
I`m generate TLS-certificates for my libvirtd and remote, useing http://wiki.libvirt.org/page/TLSSetup .
From console connect to remote host is success, but from virt-manager -- no:
Unable to connect to libvirt.
Unable to read TLS confirmation: Input/output error
Verify that the 'libvirtd' daemon is running on the remote host.
Libvirt URI is: qemu+tls://<remote_host>/system
Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/connection.py", line 1056, in _open_thread self._backend.open (self._do_creds_password) File "/usr/share/virt-manager/virtinst/connection.py", line 158, in open open_flags) File "/usr/lib64/python2.7/site-packages/libvirt.py", line 102, in openAuth if ret is None:raise libvirtError('virConnectOpenAuth () failed') libvirtError: Unable to read TLS confirmation: Input/output error
Any suggestions? -- Fl@sh
My mistake: GUI application running from user. Necessary to allow access to certificates for reading. -- Fl@sh
participants (1)
-
Fl@sh