Displaying 2 results from an estimated 2 matches for "destinationipaddr".
2014 Nov 19
2
Connecting libvirt remotely using tls: TLS handshake failed : packet with unexpected length +gnutls_handhsake Error
Hi all,
I am facing an error while connecting libvirt remotely using tls.. I
have created CA, client and server certificates with RSA 1024 bit
using Openssl. I am using debian linux flavor in both client and
server.
*Original Error:*
(When trying to connect remote libvirt)
virsh -c xen+tls://destinationipaddr/system
error: failed to connect to the hypervisor
error: authentication failed: TLS handshake failed A TLS packet with
unexpected length was received.
In source code i found the error line. the return value is 21
./src/rpc/virnettlscontext.c: ret = gnutls_handshake(sess->session);
*Below a...
2014 Nov 19
0
Re: Connecting libvirt remotely using tls: TLS handshake failed : packet with unexpected length +gnutls_handhsake Error
...error while connecting libvirt remotely using tls.. I have created CA, client and server certificates with RSA 1024 bit using Openssl. I am using debian linux flavor in both client and server.
>
> *Original Error:*
>
> (When trying to connect remote libvirt)
>
> virsh -c xen+tls://destinationipaddr/system
>
> error: failed to connect to the hypervisor
> error: authentication failed: TLS handshake failed A TLS packet with unexpected length was received.
>
>
> In source code i found the error line. the return value is 21
>
> ./src/rpc/virnettlscontext.c: ret = gnutls_han...