Hello,

I have a problem with the request CRL
I used :
- The last version of openxpki v3.22.2
- sscep version : 0.10.0

I start executing :
1-  ./Getca.sh --> the script return
                         CAfile.pem-0 : ra-scep
                         CAfile.pem-1 :  root ca.
2- I tried the enrollment with the sel-signe Scep :
./enroll_initial_selfsigned.sh
                                                                       --->
that returns the certificate " http-api-cert.pem"

3- ./getcrl.sh  --> the script containt :
../sscep/sscep getcrl -u http://localhost/scep/scep -c CAfile.pem-0 -k
http-api_priv.pem -l http-api-cert.pem -w CRLfile.crl -v -d

But the getcrl failed with the error :
../sscep/sscep: payload size: 3156 bytes
../sscep/sscep: scep request:
Post /scep/scep?operation=PKIOperation HTTP/1.1
Host: ip6-localhost
Connection: close
Content-Length: 3156

../sscep/sscep:  connecting to ip6-localhost: 80
../sscep/sscep: server response status code: 500, MIME header: text/html
../sscep/sscep:wrong (or missing) MIME content type
../sscep/sscep: error while sending message

The catchall.log message :
2022/10/11 21:15:51 openxpki.auth.INFO Login successful (user:
Anonymous, role: System) [pid=2409|sid=R9L+]
2022/10/11 21:15:51 openxpki.auth.INFO Login successful (user:
Anonymous, role: System) [pid=2410|sid=MQT5]
2022/10/11 21:15:51 openxpki.system.FATAL Unable to serialize HASH
[pid=2410|user=Anonymous|role=System|sid=MQT5]
2022/10/11 21:15:51 openxpki.system.ERROR Unable to serialize
[pid=2410|user=Anonymous|role=System|sid=MQT5]
2022/10/11 21:15:51 openxpki.system.FATAL Uncaught exception: Unable
to serialize [pid=2410|user=Anonymous|role=System|sid=MQT5]

***************

Also I added the following code in line 107:

“get_getcrl_issuer_serial.pm >> $issuer = join ",", reverse split (/,/,
$issuer);

but that i have the same problem


I am not sure if the sscep is not properly preparing/sending getcrl request
or eventually openxpki ?

Can you help me please !

Thanks.
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to