Skip to content

The path could not be validated because the end-entity certificate revocation checks failed. #44

Answered by MatthiasValvekens
satanu01 asked this question in Q&A
Discussion options

You must be logged in to vote

The path could not be validated because the end-entity certificate revocation checks failed: OCSP response is from after the validation time; CRL is from after the validation time

This error message explains the problem: your system time falls outside (in this case, before) the validation window of the CRL / OCSP responses that were fetched. With CRLs, that's a little unusual, but it's a somewhat common issue with OCSP responders. Usually, it's caused by clock drift (or perhaps bad timezone handling on the server end).

There are two settings in the config file that may be useful to you:

  • There's a top-level config key called time-tolerance that takes a value in seconds (the default is 1…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MatthiasValvekens
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #21 on October 26, 2021 21:02.