Re: [Spice-devel] [spice-html5] Use wss scheme when accessing with https protocol

2014-08-01 Thread Jeremy White
On 07/24/2014 12:39 PM, Vladik Romanovsky wrote: Hi, ACK (and pushed). Cheers, Jeremy Currently the websocket connection is only being established using the ws scheme. Adding support for wss scheme when using https protocol to allow ssl connection. --- spice_auto.html | 3 +++ 1 file ch

[Spice-devel] [spice-html5] Use wss scheme when accessing with https protocol

2014-07-24 Thread Vladik Romanovsky
Hi, Currently the websocket connection is only being established using the ws scheme. Adding support for wss scheme when using https protocol to allow ssl connection. --- spice_auto.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spice_auto.html b/spice_auto.html index 0a01996..b80b01