LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Firefox SSL_ERROR_WEAK_SERVER_CERT_KEY (https://www.linuxquestions.org/questions/slackware-14/firefox-ssl_error_weak_server_cert_key-4175589126/)

enine 09-09-2016 06:58 PM

Firefox SSL_ERROR_WEAK_SERVER_CERT_KEY
 
Anyone else seeing this in recent firefox versions?

My searching says its usually caused by a <1024 bit key but I generated a 2048 bit key per start ssl's instructions.

PHP Code:

openssl req -newkey rsa:2048 -keyout yourname.key -out yourname.csr 

looks like there may be an override but I'd like to know what they want on the key side.

frankbell 09-09-2016 07:42 PM

This bug report from Mozilla might shed some light on that:

https://bugzilla.mozilla.org/show_bug.cgi?id=1182567

enine 09-09-2016 07:47 PM

Thats one of the threads I found. mentiones <1024 bit certs but I did 2048.

I can generate a self signed cert that works but I'm getting one from startssl so I don't have the non-trusted cert errors.

enine 09-09-2016 08:21 PM

err, I didn't have the chainfile setup right.

frankbell 09-09-2016 08:59 PM

Glad you got it figured out.

Thanks for reporting back; your response may help someone else who runs into the same problem know where to start looking. Knowing where to look is the most important aspect of troubleshooting.

enine 09-10-2016 09:27 AM

It seems the error message from Firefox is somewhat misleading https://www.ssllabs.com/ssltest/index.html said it was a chain issue not a weak cert.


All times are GMT -5. The time now is 04:43 PM.