mwiesenb

Results 1 comments of mwiesenb

Setting `server.forward-headers-strategy=NATIVE` did not work in my setup, it caused infinite redirects to the same URL. Instead I used the following configuration: ``` hawkbit.server.security.require-ssl=true server.forward-headers-strategy=FRAMEWORK ``` I tried setting `server.tomcat.redirect-context-root=true`...