SignServerException calling signer with ID 2 : Error constructing PKCS7 package #58
nguyenthanhvu240
started this conversation in
General
Replies: 1 comment
-
For HTTP 500 / Internal Server Error / SignServerException you need to check the server log for more details. Please check the console output from the container for the stacktrace and especially look for the "caused by" part(s) which could give more details about the problem. You can also paste the full stacktrace here. |
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
-
I have problems signing pdf files. I received this notification "SignServerException calling signer with ID 2 : Error constructing PKCS7 package ".Signer with ID 2 is PDFSigner (2) and it had active.
I tested pdf file signing and it was successful based on "https://hub.docker.com/r/keyfactor/signserver-ce".
Then I did another way based on this video. I didn't make PlainSigner, instead I made PDFSigner "https://www.youtube.com/watch?v=sNIv0nYRs1g"
I don't use pkcs7,i commented pkcs12,i use Internal key.
Beta Was this translation helpful? Give feedback.
All reactions