Closed GoogleCodeExporter closed 9 years ago
If you change the key size, does the call actually succeed?
Original comment by da...@grant.org.uk
on 15 Aug 2012 at 1:03
If I change the key size the CA does issue the certificate correctly. So I can
now see the newly issued cert on the SCEP server. However JSCEP still returns
the following:
Exception in thread "main" java.lang.NullPointerException
at org.jscep.message.PkiMessageDecoder.decode(PkiMessageDecoder.java:86)
at org.jscep.transaction.Transaction.decode(Transaction.java:92)
at org.jscep.transaction.EnrollmentTransaction.send(EnrollmentTransaction.java:147)
at org.jscep.client.Client.send(Client.java:606)
at org.jscep.client.Client.enrol(Client.java:574)
at org.jscep.client.Client.enrol(Client.java:530)
at test.main(test.java:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
Original comment by carl.bou...@gmail.com
on 15 Aug 2012 at 4:06
The 1.3 client was able to recognise the CERT_REQ_PENDING status the SCEP
server could be polled.
Original comment by carl.bou...@gmail.com
on 15 Aug 2012 at 4:08
This issue was closed by revision r1462.
Original comment by da...@grant.org.uk
on 15 Aug 2012 at 7:06
Original comment by da...@grant.org.uk
on 21 Aug 2012 at 11:55
Original issue reported on code.google.com by
carl.bou...@gmail.com
on 15 Aug 2012 at 1:01