We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Even if uLogMe runs only locally, it could be nice to have an optional support to HTTPS, with an (untrusted) SSL certificate.
The text was updated successfully, but these errors were encountered:
bc9cd03
ulogme_serve.sh
8443
443
https://
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:
https://ulogme:8443/
/etc/hosts
ulogme
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://localhost:8443/
Sorry, something went wrong.
#10 (comment) explains more about the use of HTTPS for the server.
9857d7f
Naereen
No branches or pull requests
Even if uLogMe runs only locally, it could be nice to have an optional support to HTTPS, with an (untrusted) SSL certificate.
The text was updated successfully, but these errors were encountered: