good to hear. On Fri, 18 Oct 2024 at 16:55, Dondorp, Erwin <erwin.dond...@cgi.com.invalid> wrote:
> Classification: Public > > Andy, > > I found the issue. > I'm (forced to) using port forwarding to connect to the artemis system. > But I'm using an alias for 127.0.0.1 (like "computer-xyz") so that cookies > and passwords are properly remembered by the browser. > In the "connect" screen, I can only enter hostnames as "localhost" because > it does not know my local aliases. > That change in hostname confused the new artemis-console internals enough > to give the below error. > Reverting everything to "localhost" solved it (at least good enough for > demonstration purposes). > > Thx! > Erwin > > -----Original Message----- > From: Dondorp, Erwin > Sent: Tuesday, October 15, 2024 12:41 AM > To: 'users@activemq.apache.org' <users@activemq.apache.org> > Subject: RE: new Artemis Console question > > Classification: Public > > Andy, > > Thx for the answers! > I was first using "localhost", then "127.0.0.1" after I found the IPv6 > warning in the documentation. > I will experiment further now that I know it is not a trivial known cause. > > Thx! > e. > > -----Original Message----- > From: Andy Taylor <andy.tayl...@gmail.com> > Sent: Monday, October 14, 2024 1:35 PM > To: users@activemq.apache.org > Subject: Re: new Artemis Console question > > > EXTERNAL SENDER: Do not click any links or open any attachments unless > you trust the sender and know the content is safe. > EXPÉDITEUR EXTERNE: Ne cliquez sur aucun lien et n’ouvrez aucune pièce > jointe à moins qu’ils ne proviennent d’un expéditeur fiable, ou que vous > ayez l'assurance que le contenu provient d'une source sûre. > > I have spoken to hawtIO dev and he pointed me at > https://urldefense.com/v3/__https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts__;!!AaIhyw!sjCWzezh19QJxKckg_zjVdAppKD3T5ahKCjpkLkSi_5Hw2_RT95JJYzUfpuGz2YkAjsfJhz7UeUbUg3kaU-3IgI$ > > 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://urldefense.com/v3/__https://activemq.apache.org/components/ar > >> temis-console/documentation/__;!!AaIhyw!sjCWzezh19QJxKckg_zjVdAppKD3T > >> 5ahKCjpkLkSi_5Hw2_RT95JJYzUfpuGz2YkAjsfJhz7UeUbUg3krEGfpGM$ > >> 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 > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org > For additional commands, e-mail: users-h...@activemq.apache.org > For further information, visit: https://activemq.apache.org/contact > >