Submitted by kdr2000 on Mon, 11/07/2011 - 11:17
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
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/
Comments
Submitted by kdr2000 on Mon, 11/07/2011 - 11:21 Comment #1
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
Submitted by kdr2000 on Mon, 11/07/2011 - 11:22 Comment #2
i meany how can i access virtualmin on port 20000
Submitted by JamieCameron on Mon, 11/07/2011 - 11:26 Comment #3
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 thessl=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.
Submitted by andreychek on Mon, 11/07/2011 - 11:27 Comment #4
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!
Submitted by kdr2000 on Mon, 11/07/2011 - 12:06 Comment #5
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]
Submitted by andreychek on Mon, 11/07/2011 - 12:12 Comment #6
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
Submitted by kdr2000 on Mon, 11/07/2011 - 12:27 Comment #7
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]