Today when I opened my self-signed secure website, it gave me following error:
The key does not support the requested operation. (Error code: sec_error_invalid_key)
But in the past it was like:
What I did wrong? Oh yes, Firefox upgraded to 33.0 (now 33.1), something broken in 33+ and was working fine with Firefox 32.0?
Posts Tagged ‘webmin’
November 14th, 2014
No Comments »
February 3rd, 2011
3 Comments »
If you just forgot our webmin admin password and failed to logging to your webmin account and after several tries your Webmin blocked your IP you need to follow following steps to reset your webmin admin/root/master password:-
- Login to your box as root.
- If you are running a RedHat distribution (i.e. Fedora, CentOS, Gentoo), enter the following
/usr/libexec/webmin/changepass.pl /etc/webmin username password
If you are running a Debian distribution, enter the following command:
/usr/share/webmin/changepass.pl /etc/webmin username password
-
You are almost done.
- Now you can Login to Webmin with your new password you just reset.