Closed bhaktatejas922 closed 2 months ago
Solved: domain output url host and port are used in the websocket call (which is whats failing when we see Failed to connect)
just modify the params in the url such that you're hitting wherever your websockify is and it'll work.
trying to assign a domain to novnc but just get a generic Failed to connect error (html loads but cant connect)
using the underlying correct IP :port to go to it does not work either
ex nginx: events { worker_connections 1024; }
http { server { listen 80; server_name vnc.domain.com;
}%
1) Is there a way to get error logs somehow to debug issues? 2) Whats happening here? ` ./utils/novnc_proxy --vnc localhost:5900 --listen localhost:6080
Warning: could not find self.pem Using local websockify at /Users/***** Starting webserver and WebSockets proxy on host localhost port 6080 WebSocket server settings:
proxying from localhost:6080 to localhost:5900 `
I tried specifying my cert files to see if that was blocking it, but no luck.