Setup: In Azure with Azure application gateway - SSL is terminated at the gatewayApplication is using visualize.jsvisualize is downloaded via https request on browserhttps://<domain>/jasperserver-pro/client/visualize.js?1601645389all the needed components are downoaded successfully via https, eghttps://<domain>/jasperserver-pro/runtime/AC91FCAB/optimized-scripts/runtime_dependencies/bi-report/src/bi/report/schema/ReportSearch.jsonauth request is made and returns 200https://<domain>/jasperserver-pro/rest_v2/settings/auththe next request captured by the browser causes a redirect to HTTPrequest - https://<domain>/jasperserver-pro/?pp=gd+HOSrq/DNYTutyiZzI3wCPyN8jNM/+UmD7JDJQ+5968b6eVpxpdtHpruU5d1Qlo793ayZiGXVf4apUI3Tp7ZIGLQwam78cfk+xw4x6aEs=Location response header - http://<domain>/jasperserver-pro/scripts/visualize/auth/loginSuccess.jsonredirect is blocked by the browser as insecure - mixed contentMixed Content: The page at 'https://<domain>/ams-web/Kernel/w_main.jsp?AA_SID=5fc22511-10ef-4a42-b6f1-855f48b28447' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://<domain>/jasperserver-pro/scripts/visualize/auth/loginSuccess.json'. This request has been blocked; the content must be served over HTTPS.This seems like a bug to me - the jasperserver code appears to be issuing a redirect in the wrong protocol The jaspersoft Tomcat server does not know the actual domain - it's running as a kubernetes service behind the Azure Application Gateway Is there a way to force jasperserver to redirect correctly ?