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.