Re: [pve-devel] idea for implementation of a spice http connect proxy, with pve authentification

2013-06-17 Thread Alexandre DERUMIER
Hi, I have try to reproduce the bi-directionnel tunnel like run_vnc_proxy(), but it doesn't work :( But the good news, is that I have succefully made a nodejs proxy, reimplementing verify_vnc_method (with rsa verify,ticket age verification,...). it's working like this: - call PVE::Qemu::spice

Re: [pve-devel] Updates for Proxmox VE 3.0 - including storage migration ("qm move")

2013-06-17 Thread Martin Maurer
Hi all, We just moved these packages from pvetest to stable. http://forum.proxmox.com/threads/14184-Updates-for-Proxmox-VE-3-0-including-storage-migration Martin ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailm

Re: [pve-devel] idea for implementation of a spice http connect proxy, with pve authentification

2013-06-17 Thread Dietmar Maurer
> Yes, I would like to reuse pveproxy. (I just have tested HTTP::PROXY to see > how it's work) > > The only thing is that spice client only do proxy through http and not https. > But it should be possible to add a new listen port to pveproxy on http, only > accepting CONNECT request. > Should not

Re: [pve-devel] idea for implementation of a spice http connect proxy, with pve authentification

2013-06-17 Thread Alexandre DERUMIER
>>Can't we use the same code as for VNC (assemble_vnc_ticket)?  Yes, that was the idea >>I am quite sure we want an AnyEvent based implementation (pveproxy)? Or why >>do you want to implement another, totally different server? Yes, I would like to reuse pveproxy. (I just have tested HTTP::PRO