How to Fix SSL Error Webmin on Ubuntu and Disable SSL Step by Step





One day, i got an error security when accessing a webmin on my ubuntu machine. This error generated because a new security system on ubuntu where make it more secure.


So, this on how fix an error

  1. Run "sudo nano /etc/webmin/miniserv.conf" command
  2. Then edit your SSL Configuration like this

  3. port=10000 
    root=/usr/share/webmin 
    mimetypes=/usr/share/webmin/mime.types 
    addtype_cgi=internal/cgi realm=Webmin 
    Server logfile=/var/webmin/miniserv.log 
    errorlog=/var/webmin/miniserv.error 
    pidfile=/var/webmin/miniserv.pid 
    logtime=168 
    ppath= 
    ssl=0 ===========>>> CHANGE THIS TO 0 
    env_WEBMIN_CONFIG=/etc/webmin 
    env_WEBMIN_VAR=/var/webmin 
    atboot=1 
    logout=/etc/webmin/logout-flag 
    listen=10000 
    denyfile=\.pl$ 
    log=1 
    blockhost_failures=5 
That's it, so simple :)

Very easy enough, if you liked this article please share and subscribe for get update a new article. If you have any questions please leave your message through the comments form below, I will respond as soon as possible

** Note : Pay attention to every detail steps that informed, failure or damage to your system or data is not my responsibility "Do With Your Own Risk" or you can do research through the Lab to minimize your system failure

How to Fix SSL Error Webmin on Ubuntu and Disable SSL Step by Step How to Fix SSL Error Webmin on Ubuntu and Disable SSL Step by Step Reviewed by Futurenight on 00:11 Rating: 5

No comments:

Comment with ur smile :)

Powered by Blogger.