Here is the console output
C:\noVNC>websockify localhost:5900 localhost:6080 --web .
WARNING: no 'resource' module, daemonizing is disabled
WebSocket server settings:
- Listen on localhost:5900
- Web server. Web root: C:\noVNC
- No SSL/TLS support (no cert file)
- proxying from localhost:5900 to localhost:6080
But when i go to http://localhost:6080/ it just fails to connect instead of a 405 or a dir listing.
On http://127.0.0.1:5900/ there is a 405 error which means that it's working
Here is the console output
C:\noVNC>websockify localhost:5900 localhost:6080 --web .
WARNING: no 'resource' module, daemonizing is disabled
WebSocket server settings:
But when i go to http://localhost:6080/ it just fails to connect instead of a 405 or a dir listing.
On http://127.0.0.1:5900/ there is a 405 error which means that it's working