Closed
Bug 1390114
Opened 8 years ago
Closed 4 years ago
"SHA1" cert shouldn't error rendered per resource into dev-console
Categories
(Core :: Security: PSM, defect, P5)
Tracking
()
RESOLVED
DUPLICATE
of bug 1750089
People
(Reporter: maggus.staab, Unassigned)
Details
(Whiteboard: [psm-backlog])
Attachments
(1 file)
|
119.92 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20170813183258
Steps to reproduce:
- open a page with a invalid SHA1 cert
- open dev tools console
Actual results:
I can see endless number of warnings regarding my weak sha1 cert.
other warnings like "mixed content" are not easy to spot because there are so many "sha1 weak hash function" warnings
Expected results:
print only 1 "sha1 weak hash function" per origin per request instead of 1 per requested resource.
| Reporter | ||
Comment 1•8 years ago
|
||
btw: I am aware that sha1 should not be used and "lets encrypt" is a suggested alternative.
In our dev environment we use custom top-level-domains (e.g. ".mst12") for historic reasons which cannot be changed in the near future.
Updated•8 years ago
|
Component: Untriaged → Security: PSM
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P5
Whiteboard: [psm-backlog]
Comment 2•4 years ago
|
||
Bug 1750089 removed this error message.
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•