[pve-devel] spice : proxy relay to remote proxy ?
Dietmar Maurer
dietmar at proxmox.com
Thu Jun 27 06:08:03 CEST 2013
> I'm testing the spice proxy, works fine ! (Damn, you are good with perl ;).
Well, I guess that code is still 'improvable' ;-)
> I wonder if we need to connect to a remote spice server, if we couldn't forward
> the packets through the remote proxy
>
> client----> proxy1 (HTTP CONNECT)------>proxy2 (HTTP CONNECT)------>spice server
> client<------------------------------------------------------------->spice server
Yes, that was the original plan, but something like:
client----> proxy1 (HTTP CONNECT)------>proxy2 (HTTP CONNECT)------>spice server
client<-----proxy1 (HTTP CONNECT)<------proxy2 (HTTP CONNECT)<------spice server
Or how do do skip all intermediate servers and directly communicate from client to server?
More information about the pve-devel
mailing list