You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have integrated noVNC + Websockify projects in application. It is working in Chrome, Firefox but it fails in IE11. Digugger log displays following errors:
Warning: Data URI scheme cursor not supported
Error: SCRIPT12029: WebSocket Error: Network Error 12029, A connection with the server could not be established
Warning: WebSocket on-error event
Error: Failed when connecting: Connection closed (code: 1006)
Please let me know how to resolve the above issue
The text was updated successfully, but these errors were encountered:
From what I can tell that is some policy limitation in IE. Are you using localhost here or a proper server name? And are you using https and trusted certificates?
I have integrated noVNC + Websockify projects in application. It is working in Chrome, Firefox but it fails in IE11. Digugger log displays following errors:
Warning: Data URI scheme cursor not supported
Error: SCRIPT12029: WebSocket Error: Network Error 12029, A connection with the server could not be established
Warning: WebSocket on-error event
Error: Failed when connecting: Connection closed (code: 1006)
Please let me know how to resolve the above issue
The text was updated successfully, but these errors were encountered: