Webmin Error: The Web Server is running in SSL mode
Webmin is freeware web-interface for the system administartion (like managing user accounts, DNS, apache, FTP accounts etc.) of Linux based system. After installation of Webmin Control Panel on Linux and when you try to access it over the internet (using http://SERVER IP ADDRESS:10000/ ), the browser shows following error:
“The Web Server is running in SSL mode. Try the URL https://SERVER IP ADDRESS:10000/ instead.”
But the URL suggested by Webmin (using https) doesn’t open as well.
To fix this problem we have to disable the SSL mode for the control panel. Following are the steps to disable SSL mode and run webmin in normal mode.
- Login to Server via SSH
- Go to “/etc/webmin” directory
- Open miniserv.conf file in your Favorite editor. Miniserv.conf file contains configuration of Webmin Control Panel.
- Now Search for “ssl” and change from
ssl=1
TOssl=0
- Restart webmin Service using “/etc/init.d/webmin restart
- Now try to access Webmin using URL http://SERVER IP ADDRESS:10000/
Thanks! you have saved me hours of googling!
I see now that Webmin & Virtualmin combined together.
A noob question here: Do you think Virtualmin is better than Kloxo for a VPS running CentOS?