search for: remote_uri_paramet

Displaying 3 results from an estimated 3 matches for "remote_uri_paramet".

2011 Apr 08
1
Python API - setting client certificate path
Hi there, I'm trying to establish a TLS connection to libvirtd with certificates verification from a python script. My question is quite simple: is it possible to set the client certificate/keyfile path from within a python script? or it has to be in /etc/pki/libvirt/... Thanks in advance for any help Wojciech Gumularz
2012 May 08
1
SSH connection timeout
Hi, I am trying to connect to libvirt on KVM host from a remote python client, using the connection string "qemu+ssh://<IP Address>/system" If I setup password less SSH (Public key) between the machines, I am able to proceed with the connection. But If I have not setup the public key authentication, my code hangs trying to connect to libvirt, and there is a prompt for entering
2012 Oct 02
1
Connection using Java
Hi, I am using java to connect to the xen, but my class is throwing a exception. Does anyone know what is happening? public class TestConnection { public static void main(String[] args) { Connect conn = null; try { conn = new Connect("xen+ssh://root at 192.XXX.XXX.XX/", true); libvir: RPC error : End of file while reading data: nc: invalid option --