Hi, Gabi.
It's not pefectly clear what kind of environment your run, but I will guess you install Gluu Server at a Linux virtual machine you run locally, and then you try to access it from your host OS? Or may be you install it on a rented (cloud) VPS, and try to access remotely? In both cases you need to ensure that you actually can reach TCP port 443 at your vm or VPS. There may be firewall rules that block your connection there, or lack of network connectivity at all.
You can install `nc` or `ncat` at the machine where you run your browser, and run something like this `# nc -w 3 -v demoexample1.gluu.org 443` If you see no errors, it's probably open. Double-check you used the correct ip in hosts file as well.