Running superset with https #17675
Replies: 5 comments 2 replies
-
|
We run Superset behind Traefik that terminates TLS. This could of course be solved in the same way by nginx or Apache HA-proxy, but regardless, doing this with a reverse proxy is the easiest way. |
Beta Was this translation helpful? Give feedback.
-
|
Caddy provides a quick/easy way to get HTTPS going via a reverse proxy: https://caddyserver.com/docs/quick-starts/https#the-reverse-proxy-command |
Beta Was this translation helpful? Give feedback.
-
|
While it is possible to handle tls in gunicorn, I highly suggest setting up a reverse proxy like nginx to handle tls certs and terminate SSL there. Nginx or similar technologies are just much better at handling this type of thing than python application servers |
Beta Was this translation helpful? Give feedback.
-
|
If you really want to go down the gunicorn route, here's some info https://stackoverflow.com/questions/7406805/running-gunicorn-on-https |
Beta Was this translation helpful? Give feedback.
-
|
Does someone try to set superset behind a reverse proxy like Traefik ? My idea is to access to superset via https url and also to set websocket behind https, all trafik is managed behind Traefik. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to run superset application using https locally?
Basically I want to embed superset iframe in one on my website and iframe is not allowing http superset link in my https website with iframe.
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions