I have spoken to hawtIO dev and he pointed me at https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts
So I am guessing the URL you are using is causing this to happen, saying that localhost/127.0.0.1 should work, anything else you need to configure https. Maybe you are using a different hostname or localhost isnt mapped correctly? On Mon, 14 Oct 2024 at 10:06, Andy Taylor <andy.tayl...@gmail.com> wrote: > I haven't seen that before, can you supply your connection config for > jolokia. Also what version of Artemis are you using? > > On Sun, 13 Oct 2024 at 21:27, Dondorp, Erwin <erwin.dond...@cgi.com.invalid> > wrote: > >> 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 >> >