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<https://bluemail.me> Em 10 de jun. de 2022, em 11:12, Thai Le <lnthai2...@gmail.com<mailto:lnthai2...@gmail.com>> escreveu: Hello, I have an artemis 2.19.1 broker running in a kubernetes pod. The binding in the bootstrap.xml is set to bind="*http*://0.0.0.0:8161" path="web". I also have a virtual service that routes http requests matching a pattern to this pod so that I can access the webconsole from the internet. However, all requests from internet to our services must be in *https.* So, from the internet if i uses *https*://mycompanydomain.com/artemis/console<http://mycompanydomain.com/artemis/console> then the request hits our gateway and forward to the artemis pod as *http* request, the webconsole then generates some urls with *http* scheme and send back the response telling the browser to open these urls however such *http* request will fail because our domain does not accept *http*. The obvious approach is to config https binding for webconsole but due to security policy, I can not have access to the keystore. So I wonder if there is a way to force all urls generated by the webconsole to be in *https* instead of *http* without config https binding. Regards Thai Le