Joel, I've been trying to set this up, but it's not working.
I have this for my test.cfg:
token1:222.333.60.144:6092
token2:222.333.60.144:6091
token3:222.333.60.144:6093
token4:222.333.60.144:6082
token5:222.333.60.144:5913
This is a kvm-qemu host with multiple vms
I changed line 107 of launch.sh thus:
${HERE}/websockify --web ${WEB} ${CERT:+--cert ${CERT}} ${PORT} --target-config ${TARGET_FILE} &
But when I try to access any of these vi
http://222.444.48.16:6080/vnc.html?path=token=token1I get this:
3:
2.2.0.193: Plain non-SSL (ws://) WebSocket connection
3:
2.2.0.193: Version hybi-13, base64: 'False'
3:
2.2.0.193: Path: '/token=token1'
3:
2.2.0.193: Token not present
2:
2.2.0.193: ignoring socket not ready
What am I doing wrong?