Fix Error Code Ssl_error_bad_cert_alert Firefox For Mac
I am maintaining a few web applications. The development and qa environments use invalid/outdated ssl-certificates.
Ssl Error On Mac
Although it is generally a good thing, that Firefox makes me click like a dozen times to accept the certificate, this is pretty annoying. Is there a configuration-parameter to make Firefox (and possibly IE too) accept any ssl-certificate? EDIT: I have accepted the solution, that worked. But thanks to all the people that have advised to use self-signed certificates. I am totally aware, that the accepted solution leaves me with a gaping security hole.
Nonetheless I am to lazy to change the certificate for all the applications and all the environments. But I also advice anybody strongly to leave validation enabled! I ran into this issue when trying to get to one of my companies intranet sites. Here is the solution I used:.
Fix Error Code Ssl_error_bad_cert_alert Firefox For Mac Windows 10
enter about:config into the firefox address bar and agree to continue. search for the preference named security.ssl.enableocspstapling. double-click this item to change its value to false.
This will lower your security as you will be able to view sites with invalid certs. Firefox will still prompt you that the cert is invalid and you have the choice to proceed forward, so it was worth the risk for me.
Create some nice new 10 year certificates and install them. The procedure is fairly easy.
Fix Error Code Ssl_error_bad_cert_alert Firefox For Mac Free
Start at (1B) Generate your own CA (Certificate Authority) on this web page: and generate your CA Certificate and Key. Once you have these, generate your Server Certificate and Key. Create a Certificate Signing Request (CSR) and then sign the Server Key with the CA Certificate. Now install your Server Certificate and Key on the web server as usual, and import the CA Certificate into Internet Explorer's Trusted Root Certification Authority Store (used by the Flex uploader and Chrome as well) and into Firefox's Certificate Manager Authorities Store on each workstation that needs to access the server using the self-signed, CA-signed server key/certificate pair. You now should not see any warning about using self-signed Certificates as the browsers will find the CA certificate in the Trust Store and verify the server key has been signed by this trusted certificate. Also in e-commerce applications like Magento, the Flex image uploader will now function in Firefox without the dreaded 'Self-signed certificate' error message.