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.