> From: [EMAIL PROTECTED] [mailto:openxpki-users- > [EMAIL PROTECTED] On Behalf Of Alexander Klink > > On Fri, Sep 14, 2007 at 09:43:28AM -0400, Heyman, Michael wrote: > > > I have submitted a certificate request via SCEP. The request is > > > pending and the workflow state is CREATED. > > > > > > Now what? I cannot seem to approve the certificate. > > > > > It seems there may be a missing file?: > > > > htdocs/service/workflow/activity/extract_csr.html > No, the extract_csr activity is supposed to be autorun and thus does > not need to be accessible from the web interface. Apparently, your > extract_csr activity failed (as discussed on -devel). Please try again > with revision 1082, I've just fixed your patch a bit ... > I should have gotten back when I found the problem. After digging around a bit, I'm now a little more clear on OpenXPKI processing.
It turns out the issue is related to my other issue with my sscep including a blank line. When sscep did this (before the patch), an entry would be left in the database in "CREATED" state (which, because of the way the workflow goes, is not really a valid state). The error handling failed to remove the entry for an invalid request. The next time I tried to do the same SCEP request, OpenXPKI said the request was "pending" because it was in the database and hadn't been accepted or rejected. To me, it looked like the second time I submitted the request, the request went in okay and was awaiting an action by the CA. -Michael Heyman ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
