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 ‘certificate’
November 14th, 2014
No Comments »
March 11th, 2014
No Comments »
Use this command to verify the SSL certificate for the domain www.somedomain.com
1 | openssl s_client -showcerts -connect www.somedomain.com:443 |
If the certificate is correctly installed the result should contain at the end:
1 | Verify return code: 0 (ok) |
That’s it