-
Notifications
You must be signed in to change notification settings - Fork 136
Description
Hello,
first of all thank you very much for providing the SCEP client and server. We are trying to use the SCEP server within our project as a test server to test our client against.
Our client is built in Scala on top of jscep, version 2.5.0. It seems that we are running into an issue that is similar to #20 if not the same. We have just begun to analyse the issue ourselves.
The initial code to drive our enrollment is here together with a very simple main line.
The log output from the client is here and the corresponding server output is here.
First we have tried the docker image providing scep version 1.0, then we have built our own docker image based on the current master, but got the same error message.
Any hint to investigate the issue further would be highly appreciated.