> ...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 <lnthai2...@gmail.com> wrote: > 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 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 >