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
psql -h crt.sh -p 5432 -U guest certwatch -t -A -F"," -c "SELECT cai.certificate_id, cai.NAME_VALUE FROM certificate_and_identities cai WHERE cai.issuer_ca_id IN (1586,1671) AND name_type = '2.5.4.3' AND x509_notBefore(cai.CERTIFICATE) >= '2024-12-01 00:00:00';"
It looks like internet.nl keeps trusting Entrust certificates, which is better than distrusting everything unconditionally.
https://sslmate.com/blog/post/entrust_distrust_more_disruptive_than_intended
609 results
Currently deployed examples are:
https://www.pods.vi.virginia.govThis will result in 🦊
MOZILLA_PKIX_ERROR_ISSUER_NO_LONGER_TRUSTED
ornet::ERR_CERT_AUTHORITY_INVALID
in Chrome.Also after Update root cert / MAC data #1609 this results in a ✅.
The text was updated successfully, but these errors were encountered: