Skip to content

Issue running guac-test #66

@joeburke30

Description

@joeburke30

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions