wordpress - how to get rid of Firefox SHA 1 certificate error -


my firefox browser gives "this site makes use of sha-1 certificate; it's recommended use certificates signature algorithms use hash functions stronger sha-1." error message in firebug console every time open web page. how ride error while using firebug

you need new certificate host. in transitional period older certificates sha-1, newer certificates sha-2.

for godaddy need re-key certificate https://www.godaddy.com/help/rekey-certificate-4976:

  1. list item
  2. log in account manager.
  3. click ssl certificates.
  4. next certificate want use, click manage.
  5. next certificate want use, in actions column, click view status.
  6. click manage.
  7. click re-key certificate.
  8. in certificate signing request (csr) field, paste new csr, including ----begin new certificate request---- , ----end certificate request----.
  9. click save.

Comments