how to get rid of Firefox SHA 1 certificate error

My Firefox browser gives “This site makes use of a SHA-1 Certificate; it’s recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.” error message in Firebug console every time I open a web page. How to get ride from this error while using the Firebug

Related posts

3 comments

  1. You need to get a new certificate from your host. We are in a transitional period where older certificates are often SHA-1, but newer certificates will likely be SHA-2.

    For GoDaddy you need to Re-Key your certificate
    https://www.godaddy.com/help/rekey-certificate-4976:

    1. List item
    2. Log in to your Account Manager.
    3. Click SSL Certificates.
    4. Next to the certificate you want to use, click Manage.
    5. Next to the certificate you want to use, in the Actions column, click View Status.
    6. Click Manage.
    7. Click Re-Key certificate.
    8. In the Certificate Signing Request (CSR) field, paste your new CSR, including —-BEGIN NEW CERTIFICATE REQUEST—- and —-END CERTIFICATE REQUEST—-.
    9. Click Save.
  2. Try to keep all resources(JS CSS etc) local or remove HTTPS from the resource URL.
    Keep only HTTP protocol. Its because of secured HTTP protocol

Comments are closed.