You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is obviously incorrect. The DST root is trusted by all browsers, and the ISRG one is trusted by Mozilla.
I think this might be an issue with how the trust table is managed. First off, I'm seeing 25 current trust entries for the DST path when there should only be one:
observatory=> select count(*), cert_id, issuer_id from trust where cert_id=1707992 and is_current=true group by cert_id, issuer_id;
count | cert_id | issuer_id
-------+---------+-----------
25 | 1707992 | 38
Secondly, two of those (339310112 and 336867947) show the intermediate was not trusted by mozilla, microsoft, apple and android, which is obviously wrong.
When testing
invoicer.securing-devops.com
, the end-entity shows as not trusted by any browser:This is obviously incorrect. The DST root is trusted by all browsers, and the ISRG one is trusted by Mozilla.
I think this might be an issue with how the
trust
table is managed. First off, I'm seeing 25 current trust entries for the DST path when there should only be one:Secondly, two of those (339310112 and 336867947) show the intermediate was not trusted by mozilla, microsoft, apple and android, which is obviously wrong.
So I think we have a couple bugs in trust handling.
The text was updated successfully, but these errors were encountered: