Re: how to make artemis webconsole generates https url without https binding

2022-06-10 Thread Thai Le
Hi, To answer my own question, the root cause is that I did not specify the customizer in the binding to take advantage of the X-forwarded-proto header. After adding the customizer, I see all the URLs generated are now https. Here is where I got my answer https://issues.apache.org/jira/browse/ARTE

Re: how to make artemis webconsole generates https url without https binding

2022-06-10 Thread Justin Bertram
> ...the webconsole then generates some urls with *http* scheme and send back the response telling the browser to open these urls... Can you provide an example of a URL that gets passed back as http? Justin On Fri, Jun 10, 2022 at 9:12 AM Thai Le wrote: > Hello, > > I have an artemis 2.19.1 b

Re: how to make artemis webconsole generates https url without https binding

2022-06-10 Thread Edson Richter
I've same problem with docker and HaProxy, and got no solution so far. I hope someone gives you a direction, so I can find a solution for our scenario as well. Regards, Edson Obter o BlueMail para Android Em 10 de jun. de 2022, em 11:12, Thai Le mailto:lnthai2...@gmail.co