Hi Oliver, I keep the sscep client polling while approving the request. I just tested it against the demo and it fails with the same error. Workflow ID of my request is "#748799"
I use this sscep client https://github.com/certnanny/sscep in version 0.7.0 and compiled it with dheitepriem@HOST:~/sscep-0.7.0$ ./Configure Configuring for Linux... dheitepriem@HOST:~/sscep-0.7.0$ make OPENSSL=/usr/lib/x86_64-linux-gnu gcc -Wall -O -I /usr/lib/x86_64-linux-gnu/include -c -o sscep.o sscep.c gcc -Wall -O -I /usr/lib/x86_64-linux-gnu/include -c -o init.o init.c gcc -Wall -O -I /usr/lib/x86_64-linux-gnu/include -c -o net.o net.c gcc -Wall -O -I /usr/lib/x86_64-linux-gnu/include -c -o sceputils.o sceputils.c gcc -Wall -O -I /usr/lib/x86_64-linux-gnu/include -c -o pkcs7.o pkcs7.c gcc -Wall -O -I /usr/lib/x86_64-linux-gnu/include -c -o ias.o ias.c gcc -Wall -O -I /usr/lib/x86_64-linux-gnu/include -c -o fileutils.o fileutils.c gcc -Wall -O -I /usr/lib/x86_64-linux-gnu/include -c -o configuration.o configuration.c gcc -Wall -O -I /usr/lib/x86_64-linux-gnu/include -c -o engine.o engine.c gcc -Wall -O -I /usr/lib/x86_64-linux-gnu/include -o sscep_static sscep.o init.o net.o sceputils.o pkcs7.o ias.o fileutils.o configuration.o engine.o /usr/lib/x86_64-linux-gnu/libcrypto.a -lpthread -ldl gcc -Wall -O -I /usr/lib/x86_64-linux-gnu/include -o sscep_dyn sscep.o init.o net.o sceputils.o pkcs7.o ias.o fileutils.o configuration.o engine.o -lcrypto -lpthread -L/usr/lib/x86_64-linux-gnu dheitepriem@HOST:~/sscep-0.7.0$ ldd sscep_dyn linux-vdso.so.1 (0x00007fff50ff6000) libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007eff92e08000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007eff92de7000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007eff92c26000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007eff92c21000) /lib64/ld-linux-x86-64.so.2 (0x00007eff9310d000) which looks like it was working. The debug log of the SCEP client can be found here https://pastebin.com/raw/uDD9myVn Regards, Daniel Am 13.03.20 um 07:50 schrieb Oliver Welter: > Hi Daniel, > > When running sscep - do you terminate and restart the client while you > are approving or do you leave it polling? There was some rework done on > the client in the past and there have been some issues with exactly this > parser part. > > So can you please try to enroll against the demo > http://demo.openxpki.org/scep/test. I have currently no idea why this is > crashing and just want to be sure that the problem ist not your sscep > binary. > > Oliver > > _______________________________________________ > OpenXPKI-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openxpki-users
_______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
