Skip to content

Unable to build a validation path for the certificate #45

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

You must be logged in to vote

Well, the error message means just that: the validator can't find a suitable certificate for the issuer of your signing cert :)

Since you didn't pass in any trust configuration options on the command line, pyHanko only has access to whatever's in your system trust. The certificates you need may not be in there, so you'll have to fetch them from somewhere else. The CA's website would be a good place to start looking. It's also possible that your signer's certificate tells you where you can download the issuer cert, this is not something that happens automatically right now.

Once you have the required certificates, you'll also need to make sure that the relevant root certificate is trusted.…

Replies: 7 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
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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 #24 on October 26, 2021 21:02.