Skip to Content

Enable or Disable or force ssl for the web interface

You can force the Ezeelogin web gui to be accessed only via the https protocol. Before enabling and enforcing ssl, ensure that ssl certificates is enabled for the domain / hostname used to access the gui. Do refer the article to install and configure ssl certificates in Apache Webserver Centos7/Centos8/ Ubuntu16/Ubuntu18 OS.


Edit the configuration file

vi /usr/local/etc/ezlogin/ez.conf

And set the variable

To disable ssl

force_https no

To enable ssl

force_https yes