rumbin commented on issue #3655: [SQLLab] Regression: "share query" is broken behind https-only proxy URL: https://github.com/apache/incubator-superset/issues/3655#issuecomment-345645949 Our IT department got the issue sorted. The following Apache settings did the trick: ``` ProxyAddHeaders On RequestHeader set X-Forwarded-Proto "https" ProxyAddHeaders ``` This ensures the following flags are set: X-Forwarded-For, X-Forwarded-Host and X-Forwarded-Server.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
