Issue Summary

I followed the instruction on https://redash.io/help/open-source/admin-guide/https-ssl-setup

The https works just fine. However, the http traffic (on port 80) is not redirected to https (port 443).

Could you please help?

Technical details:

  • Redash Version: 4.0.1+b4038
  • Browser/OS: Safara 11.1.2 (13605.3.8), Chrome, on macOS 10.13.6 (17G65)
  • How did you install Redash: AWS EC2 AMI
1 Like

Hi there @Bin!

Not sure if you have this issue resolved. I came here with the same issues and fortunately, I found this;
environment variables REDASH_ENFORCE_HTTPS that you can set to true to force any requests over HTTPS.

I did not resolve the issue at that time but thanks for the notice.