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
Describe the bug
Attempting to connect to macOS built-in VNC server gives an error "window.crypto.subtle is undefined" and a backtrace (see screenshot).
To Reproduce
Steps to reproduce the behavior:
Install macOS Ventura.
Enable System Preferences -> General -> Sharing -> Remote Management and Remote Login.
From Ubuntu, log in to macOS and tunnel to the VNC with e.g. ssh -L 15900:localhost:5900 you@your-mac
On the Ubuntu box, sudo snap install novnc
Run noVNC with e.g. novnc --listen 8080 --vnc localhost:15900
Open browser as directed
Press connect.
Enter Mac login credentials.
Observe error message.
Expected behavior
I expected the Mac desktop to appear after entering the login credentials.
Screenshots
Client (please complete the following information):
OS: Ubuntu 22.04
Browser: Firefox (run with bare profile, no addons)
Browser version: 113.0.2
Server (please complete the following information):
noVNC version: 1.4.0 (via snap list)
VNC server: macOS
Additional context
The same configuration works in the Remmina VNC client.
The text was updated successfully, but these errors were encountered:
Describe the bug
Attempting to connect to macOS built-in VNC server gives an error "window.crypto.subtle is undefined" and a backtrace (see screenshot).
To Reproduce
Steps to reproduce the behavior:
ssh -L 15900:localhost:5900 you@your-mac
sudo snap install novnc
novnc --listen 8080 --vnc localhost:15900
Expected behavior
I expected the Mac desktop to appear after entering the login credentials.
Screenshots
Client (please complete the following information):
Server (please complete the following information):
snap list
)Additional context
The same configuration works in the Remmina VNC client.
The text was updated successfully, but these errors were encountered: