Can someone please help me resolve this? The thing...
# troubleshooting
r
Can someone please help me resolve this? The thing is, I need to run the Melano UI over HTTPS. I'm actually done with the rewrite policy (http to https) with the help of haproxy.But the UI does not work as expected. Internal API calls are still only made via HTTP, so I tested those APIs in Postman (an API testing tool) by just renaming the protocol HTTP to HTTPS. It gave a response code of 200.
a
Hi @rajkumar_b. Can you please share all the settings you’ve set in your
meltano.yml
file and env variables? From https://docs.meltano.com/guide/production#meltano-ui:
You may also need to change the `ui.forwarded_allow_ips` setting to get Meltano UI to realize it should use the
https
URL scheme rather than
http
in the URLs it builds.
Did you configure this
ui.forwarded_allow_ips
setting?
r
yeah i already configured that