search for: tlssetup

Displaying 8 results from an estimated 8 matches for "tlssetup".

Did you mean: dtlssetup
2010 Aug 30
3
Decent How-To now on the wiki for setting up Transport Layer Security
Hi all, For anyone that's interested in setting up TLS with libvirt, but hasn't gotten around to it yet, there's a decent guide on the wiki now: http://wiki.libvirt.org/page/TLSSetup It's user focused (ie SysAdmin's), and has lots of pics explaining concepts, plus shows what needs to be done, and shows how to do it. Please note, it doesn't cover SASL, it's just plain host based TLS. Very much open to feedback on it, if people have suggestions for improvemen...
2011 Mar 10
2
unable to connect to libvirtd at '*': No route to host
Hi @all, I have the following systems: AMD Processor Scientific Linux 6.0 Kernelversion: 2.6.32-71.18.2.el6.x86_64 KVM / Libvirt out of the repository I've setup my TLS-Certificates with the following howto /http://wiki.libvirt.org/page/TLSSetup/ Now I want to connect the servers with /virsh -c qemu+tls://nebula3/system/(nebula3 is the hostname) but the following error message always is displayed: /error: unable to connect to libvirtd at 'nebula3': No route to host error: failed to connect to the hypervisor/ SELinux is disable...
2015 Jul 20
2
[Libvirt ] qemu+tls failed to verify peer's certificate
Dell Customer Communication Hi everyone, I am trying to do a virsh using TLS Certificate. I am getting an error that "error: authentication failed: Failed to verify peer's certificate" I am following the steps mentioned in the http://wiki.libvirt.org/page/TLSSetup I have generated CA Certificate, client certificate and server certificate and placed them as mentioned in above site. After that when I am trying to do a virsh it is failing. Please let me know if anyone has encountered this kind of issue. virsh -c qemu+tls://172.14.5.6/system list error: failed...
2014 Jun 23
1
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 T...
2013 Nov 13
1
Migration function is not supported by the connection driver: virDomainMigrate2
Greetings; I'm running Fedora 19, Xen 4.2.3, libvirt 1.0.5.6. I have two identical servers x1 & x2. I've read http://libvirt.org/migration.html & I've created certificates for tls according to http://wiki.libvirt.org/page/TLSSetup I can do this on both servers, and from a third admin server: # virsh -c xen+tls://x1.localdomain hostname x1.localdomain and... # virsh -c xen+tls://x2.localdomain hostname x2.localdomain It appears I can connect without issues. No matter what I try, I cannot get migration to work :-( x 100...
2015 Jul 20
0
Re: [Libvirt ] qemu+tls failed to verify peer's certificate
...t; Dell Customer Communication > > Hi everyone, > > I am trying to do a virsh using TLS Certificate. I am getting an error that "error: authentication failed: Failed to verify peer's certificate" > I am following the steps mentioned in the http://wiki.libvirt.org/page/TLSSetup > I have generated CA Certificate, client certificate and server certificate and placed them as mentioned in above site. > After that when I am trying to do a virsh it is failing. Please let me know if anyone has encountered this kind of issue. > > virsh -c qemu+tls://172.14.5.6/system...
2015 Oct 06
0
Placing tls client certificates
After reading you guide about configuring qemu + tls (http://wiki.libvirt.org/page/TLSSetup) i face with fact, that i can't move client certificate. After all, it's useful to configure all pki hosts similar: place certs in, for example, /etc/pki/libvirt/cert.pem and use it as client certs in one case and as server cert in other case. So, the question is: how can i configure locati...
2013 Mar 05
2
Virsh+QEMU, SSH issue on compiled libvirt
Hi All, I am trying to build libvirt from source, the compilation went fine and I see that various libvirt tools are being generated, but when I try to use the generated virsh with qemu and ssh (example virsh qemu+ssh://uri/system) I am not able to login and it fails with the following error: error: failed to connect to the hypervisor error: End of file while reading data: : Input/output error