Connection is not private on Android Chrome

The community forum post at Production Chain Changes explains in more detail that

This has to do with the specific behavior of Android in not enforcing validity dates for root certificates, unlike those for other kinds of certificates, which are enforced. As the article you linked to explains

This solution works because Android intentionally does not enforce the expiration dates of certificates used as trust anchors.

(Certificates used as trust anchors is, in this context, another way of referring to root certificates.)

There is no way to guarantee that the other chain will work for every device or every client after September 30, but it should still work for most Android clients for the reasons described in these articles.

2 Likes