문제

I have used git to get the noVNC repository from github. I started server with ./utils/launch.sh --vnc localhost:5901. After that I typed url (received in my console) in browser.

http://user.local:6080/vnc.html?host=user.local&port=6080 (I have replaced actual user name).

But when I visit this url and enter user.local and port 6080 I get:

 27: 10.1.0.164: Plain non-SSL (ws://) WebSocket connection
 27: 10.1.0.164: Version hybi-13, base64: 'False'
 27: 10.1.0.164: Path: '/websockify'
 27: connecting to: localhost:5901
 27: handler exception: [Errno 61] Connection refused

Should I start something else?

도움이 되었습니까?

해결책

I think you need to generate a certificate for connecting a websocket: https://github.com/kanaka/websockify/wiki/Encrypted-Connections

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top