Currently, the certificate revocation check is performed concurrently for the entire chain. However, the operation cannot fail fast. In the future, we may be able to optimize this process.
What did you expect to happen?
Fail fast if any certificate in the chain has been revoked or encounters issues.
What is not working as expected?
Currently, the certificate revocation check is performed concurrently for the entire chain. However, the operation cannot fail fast. In the future, we may be able to optimize this process.
What did you expect to happen?
Fail fast if any certificate in the chain has been revoked or encounters issues.