Admin-Ahead Community

Linux => Control Panels => Webmin/Virtualmin => Topic started by: rohitj on November 23, 2013, 09:20:00 pm

Title: Disable SSL on Webmin
Post by: rohitj on November 23, 2013, 09:20:00 pm
Disable SSL on Webmin

To disable SSL in Webmin control panel access link, please follow below steps

1. SSH to the server.
2. Open file miniserv.conf

#vim /etc/webmin/miniserv.conf


3.Change the following entries.

ssl=1
to
ssl=0
save the file

4. Restart Webmin service

/etc/init.d/webmin restart


Clear the browser cache, cookies and check by accessing Webmin control panel without https.