Classification: Public Hello,
I'm trying the new Artemis Console. Installing it with jetty-home-12.0.14 and apache-artemis-console-1.0.0 was fine. I followed the details from https://activemq.apache.org/components/artemis-console/documentation/ I only needed to tell jetty to use port 8162, as 8080 and 8161 were already in use. The connection to the broker could be added in the gui. When the connection is used with a wrong username/password, the error message "Incorrect username or password" appears as expected. But with the right username/password, nothing visibly happens, and the following error appears in the webbrowser console. Uncaught (in promise) TypeError: window.crypto.subtle is undefined Ep crypto.ts:6 b d0339a10.chunk.js:1.238 This happens for Firefox and Edge to rule out specific browser behavior. Does this look familiar to anyone? Any hints? thx! Erwin