-
I have written code to proxy novnc using libwebsockets, and am having difficulty debugging a failure to connect. My code may have bugs (though I can't immediately see where), so I am really looking fo…
-
Here's my setup :
novnc -> wss -> stunnel (8442) (set to connect to 8080) -> wsproxy (:8080) -> vnc (5901).
Everything works fine on desktop; but when on mobile (ipad) i get :
Error during websoc…
-
Hi,
I'm trying to connect to a websockify with Chrome 16.0.912.59 beta on OS X 10.7.2 and with Firefox 8.0.1. It works in Safari which uses hixie-76. hybi-13 doesn't work (Chrome) and hybi-08 doesn'…
-
```
# ./wsproxy.py --cert=vnc.pem --ssl-only 50000 localhost:5900
WebSocket server settings:
- Listen on :50000
- Flash security policy server
- SSL/TLS support
- Deny non-SSL/TLS connections
…
-
Hey Guys,
We were trying noVNC for a trial project and we were able to use it well until last week on all chrome, firefox and safari. But after a recent update to chrome it has stopped working for us…
-
Just trying out your wsproxy and i can't make it work (sorry really poor skills).
I don't understand how i can make noVNC connect to it and 'forward' to desired port.
I have it run : ./wsproxy 9000 …
-
41337 stream tcp nowait nobody /usr/sbin/wsproxy wsproxy 25900 25909
should be
41337 stream tcp nowait nobody /usr/sbin/wsproxy 25900 25909
-
We're trying to integrate noVNC into our product which uses VMWare ESX(i) as a hypervisor and that works, but the colors are off. The following screenshots shows the difference:
![Screenshot of a win…
ekohl updated
12 years ago
-
Well 'not' really an issue but I wonder how i can make noVNC work with this :https://github.com/kumina/wsproxy
Since noVNC specifies only one port; is there a way to 'patch' so it can connect to arbi…
-
In my project I run wsproxy only when needed (e.g. a VNC session is requested by the user). It would be nice if wsproxy had a --run-once option that would listen for the incoming connection, setup the…