Connect to vga console websocket error

Can not establich wss connection to vga console thorough spice html5:
wss://host.domain.com/1.0/operations/5df5../websocket?secret=987f...

Lxd log:

t=2022-03-31T09:57:26+0200 lvl=info msg="http: response.WriteHeader on hijacked connection from github.com/lxc/lxd/lxd/response.(*errorResponse).Render (response.go:271)"
t=2022-03-31T09:57:26+0200 lvl=info msg="http: response.Write on hijacked connection from fmt.Fprintln (print.go:265)"

Probably should be reported on Github but its still working fine on 4.24 connecting to a Ubuntu VM.

Should be noted that spice works in a different way to the terminals in that it use’s one “control socket” but multiple “operation sockets” for each channel that spice supports so it may or may not be a problem at the proxy level.

It is a windows 2016 VM.
Before reporting an Issue, indeed as you mentioned, I need to restructure the data/Control sockets and hope for a different outcome.