-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
Hi,
I deployed the sample test-guac per the instructions. (make up)
I am able to open the http://myhost:9090/ URL -- note: not localhost
I can see the login page with the radio options.
However, when I click on for Test Host using either RDP or VNC, I get the following popup message:
Connection failed: Cannot read properties of undefined (reading 'importKey')
the only error I see is in the javascript:
Failed to connect: TypeError: Cannot read properties of undefined (reading 'importKey')
at generateGuacamoleToken (token-generator.js:8:36)
at HTMLButtonElement. (main.js:85:27)
Line 8 column 36 is the crypto.subtle.importKey(...) method.
According to subtleCrypto documentation, this is only available when using https
Metadata
Metadata
Assignees
Labels
No labels