Replies: 2 comments 1 reply
-
I think this logic should end up running: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Basically... it should always be checked, but whether it's just logged or if it results in failure is up to the configured ValidationChecks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, when I use the public DefaultClientCertificateValidator(TrustListManager trustListManager, Set validationChecks) and set ValidationCheck.VALIDITY does the DefaultClientCertificateValidator really check also the validity of the server certifcate?
When taking a look a the source of 0.6.16 it seems that in the method validateCertificateChain it checks only for ValidationCheck.APPLICATION_URI and ValidationCheck.HOSTNAME, but not for VALIDITY ?
Beta Was this translation helpful? Give feedback.
All reactions