Closed Naereen closed 7 years ago
ulogme_serve.sh
script is now opening a HTTPS server by default, to port 8443
(looks like 443
, the default https://
port),In this screenshot, we see that firefox tells us a few things:
The demo shows the https://ulogme:8443/
page, but it's just a trick:
/etc/hosts
file to add ulogme
as an alias for localhost
:$ sudo nano /etc/hosts
127.0.0.1 localhost # should already be there
127.0.0.1 ulogme # added for https://github.com/Naereen/uLogMe/
https://ulogme:8443/
instead of https://localhost:8443/
. That's it.
Even if uLogMe runs only locally, it could be nice to have an optional support to HTTPS, with an (untrusted) SSL certificate.