Cloudmin 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.”
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
TO
ssl=0
- Restart webmin Service using “/etc/init.d/webmin restart
- Now try to access Webmin using URL http://192.168.1.181:10000/
The post This web server is running in SSL mode. Try the URL appeared first on Admin linux | centos system administrator | centos install services.