Enable or Disable or force ssl for the web interface
Article ID: 102 | Rating: 5/5 from 1 votes | Last Updated: Tue, Dec 29, 2020 at 8:32 AM
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