Re: [libvirt-users] libvirt behind stunnel4

2014-07-08 Thread Parthipan
Answering my own question: virsh expects a byte containing '\1' post ssl handshake. Libvirtd sends that but obviously the ssl offloader wouldn't do that. On 4 July 2014 14:29, Parthipan wrote: > Hi, > > I'm trying this setup where an stunnel4 (listening for clients on port > 16514) connects to

[libvirt-users] libvirt behind stunnel4

2014-07-04 Thread Parthipan
Hi, I'm trying this setup where an stunnel4 (listening for clients on port 16514) connects to an unencrypted libvirt backend (on port 16509). When I point the virsh client to stunnel4 it hangs. Looking via tshark: 1. virsh completes ssl handshake with stunnel4 2. stunnel4 completes tcp handshake