-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read properties of undefined (reading 'importKey') #1912
Comments
Modern web features unfortunately do not work without TLS enabled. So you need to set up your noVNC web server to support https. If you are using websockify, then there are some suggestions here: https://github.com/novnc/websockify/wiki/Encrypted-Connections |
@CendioOssman Thx for your reply. |
The reason is that noVNC now supports the more advanced authentication methods of ARD. That's also why you got a user entry now. I'm afraid we don't have any settings to control the authentication used. |
However, I only have screen sharing activated on my Mac and not ARD. |
Those are part of the same thing. I think Apple just calls the client and server portion different things. noVNC will prefer the username method, even if it is optional. On some systems you get more restricted access without the username. |
Describe the bug
I use the HA Add-On, which changed from version 1.3.0 to 1.5.0.
After the change, I can no longer establish a connection and get an dialog and afterwards the following error.
Error message
To Reproduce
Changed version 1.3.0 to 1.5.0 without any additional configuration changes.
Connect to my Mac with screen sharing (not ARD) activated.
Expected behavior
Normally, the connection was successfully connected with the password only.
(Previously, no additional dialog appeared at all)
Screenshots
Client
Server
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: