Hi. I am new to GL.
How to disallow HTTP access to gui? I want to use only HTTPS. Router in cafe (my own), so network is open, without password.
Hi. I am new to GL.
How to disallow HTTP access to gui? I want to use only HTTPS. Router in cafe (my own), so network is open, without password.
Depends on your router and firmware, but mostly:
System > Security > Force HTTPS = enable
Unfortunately, there is no such setting in my gui. 4.0
In that case you need to modify the nginx config.
Just run that script? In /tmp? Or /home? Or it doesn’t matter?
Doesn't matter where.
All questions should be addressed to @maholio
Ok, I will try, thanks!![]()
UPD: worked, but there is HTTPS warning. Is there any way to remove it?
No, the warning is normal because you use a self-signed certificate. That's totally normal.
If you use DDNS as well you can try this one: How-To: Let's Encrypt on GLDDNS domain
Hi. I am interested in this too. Is there any way to add custom cert with CA? Without any external connections. Generate by my own
It's nginx so yes, you can do it with a custom CA or even a real CA.
This should work on the router itself: How To Create a Self-Signed SSL Certificate for Nginx in Ubuntu 18.04 | DigitalOcean