finn_frotscher
11/03/2021, 12:05 PMBlocked loading mixed active content "<http://meltano.exampe.com/api/v1/identity>"
the server has automatic redirect from 80 to 443 setup.florian.hines
11/03/2021, 2:41 PMMELTANO_APP_URL
env var, have you already tried setting that to the https version by chance ?florian.hines
11/03/2021, 2:49 PMflorian.hines
11/03/2021, 2:49 PMIf you will be running Meltano UI behind a front-end (reverse) proxy that will be responsible for SSL termination (HTTPS), it is recommended that you enable the `ui.session_cookie_secure` setting so that session cookies used for authentication are only sent along with secure requests.
You may also need to change the `ui.forwarded_allow_ips` setting to get Meltano UI to realize it should use theURL scheme rather thanhttps
in the URLs it builds.http
finn_frotscher
11/23/2021, 12:12 PM