Dgraph + TLS is not working

I have also tried these commands while SSH’d into the cloud server

dgraph zero --my=localhost:5080
dgraph alpha --my=localhost:7080 --lru_mb=2048 --zero=localhost:5080
dgraph-ratel

Which all seem to work great, with output like

Connected: id:1 addr:“localhost:7080”

But when I access http://a.b.c.d:8000/ > the site can’t be reached… :sweat_smile: