Start UltraVNC server with http port 5555, verify with in browser
http://localhost:5555 start launch Java view client ask for username(don't know what's should be?), password; it seems the port valid.
Now goes to Windows admin command line
[1]
C:\Users\atim\Downloads\websockify>websockify 7770 localhost:5555
WARNING: no 'resource' module, daemonizing support disabled
WebSocket server settings:
- Listen on :7770
- Flash security policy server
- No SSL/TLS support (no cert file)
- proxying from :7770 to localhost:5555
1:
127.0.0.1: Plain non-SSL (ws://) WebSocket connection
1:
127.0.0.1: Version hybi-13, base64: 'False'
1: connecting to: localhost:5555
[2]launch file:///C:/noVNC/vnc.html in browser
input
HOST:127.0.0.1
PORT:7770
PASSWORD:(same as VNC passowrd set in 'UltraVNC Server property page')
[3] click 'Connect', now browser show 'Start VNC handshake'
[4]after a few seconds the browser change status to 'Failed to connect to server(code:1006)
[5]Windows common line window show:
C:\Users\zhen\Downloads\websockify>websockify 7770 localhost:5555
WARNING: no 'resource' module, daemonizing support disabled
WebSocket server settings:
- Listen on :7770
- Flash security policy server
- No SSL/TLS support (no cert file)
- proxying from :7770 to localhost:5555
1:
127.0.0.1: Plain non-SSL (ws://) WebSocket connection
1:
127.0.0.1: Version hybi-13, base64: 'False'
1: connecting to: localhost:5555
2:
127.0.0.1: Plain non-SSL (ws://) WebSocket connection
2:
127.0.0.1: Version hybi-13, base64: 'False'
2: connecting to: localhost:5555
3:
127.0.0.1: Plain non-SSL (ws://) WebSocket connection
3:
127.0.0.1: Version hybi-13, base64: 'False'
3: connecting to: localhost:5555
Any idea about what 's wrong here?
thanks ahead.
vng