your server security is revoked

i ca not access my virtual min on https://xxx.webfolder.us:10000/ i got message your server security is revoked???? https://xxx.webfolder.us:10000/

Status: 
Active

Comments

but, I can access the usemin on port 20000 . so how can access virtualmin on 10000 as it is working port and try to fix the problem on virtualmin panel thank you

i meany how can i access virtualmin on port 20000

That error means that the SSL cert you are using for Virtualmin has been revoked by the CA that issued it! Usually this only happens when the cert was issued in error, or was issued fraudulently.

The work-around is to SSH in as root and edit /etc/webmin/miniserv.conf , and remove the ssl=1 line. Then run /etc/webmin/restart . You will then be able to access Virtualmin at http://xxx.webfolder.us:10000/

Once this is done, you can go to Webmin -> Webmin Configuration -> SSL Encryption to generate a new cert, then re-enable SSL.

If it's a SSL certificate problem, it's possible the certificate for Virtualmin on port 10000 is different from what's on Usermin on port 20000.

Can you post a screenshot of the error you get when accessing Virtualmin on port 10000? That will help us diagnose what's going on. Thanks!

i followed your instruction,and now i can access virtualmin panel,but apache stopped,i could not restarted it i got the following

Failed to start apache : Starting httpd: [Mon Nov 07 05:18:36 2011] [warn] module ssl_module is already loaded, skipping [Mon Nov 07 05:18:36 2011] [error] (EAI 2)Name or service not known: Failed to resolve server name for 192.168.1.101 (check DNS) -- or specify an explicit ServerName [Mon Nov 07 05:18:36 2011] [warn] NameVirtualHost 192.168.1.115:80 has no VirtualHosts (98)Address already in use: make_sock: could not bind to address [::]:443 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down Unable to open logs [FAILED]

It sounds like there's an Apache process running that's not shutting down properly.

Try running this command:

killall -9 httpd

And then restart Apache with:

/etc/init.d/httpd restart

still,i got the following

/etc/httpd/conf$ killall -9 httpd httpd: no process killed /etc/httpd/conf$ /etc/init.d/httpd restart [Mon Nov 07 05:39:47 2011] [warn] module ssl_module is already loaded, skipping (98)Address already in use: make_sock: could not bind to address [::]:443 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down Unable to open logs Stopping httpd: [FAILED]

Starting httpd: [FAILED]