Hi Johnny, > After installing OpenCA-0.9.2.3 or 0.9.2.4 I'm experiencing a strange > behaviour. after the installation I configure OpenCA and then I create a > CSR, then when I sign it in the RA, I got this error Message:
> Error 6206 > General Error Cannot build PKCS#7-object from > extracted signature! Lately I modified the PKCS7 module in order to support automatic approval of SCEP requests, but I am quite sure that my changes were fully backward compatible. openca-sv has not been touched for a very long time, though. > verify).)." So I went to the sources of 0.9.2.2 looked for the > openca-sv script and replace the script from 0.9.2.3 and/or 0.9.2.4 in > my bin subdirectory. Then, when I sign the request It now gets signed > sucessfully. If I understand you correctly, OpenCA 0.9.2.4 works properly if you replace the openca-sv binary with a previous version from 0.9.2.2, right? If this is the case then I suspect something went wrong with your build process for openca-sv. One possible reason could be your upgrade to OpenSSL 0.9.8. A possible reason might be that you compiled openca-sv against OpenSSL 0.9.8 but your OpenCA installation does not find the OpenSSL shared libs. You could try the following: run 'ldd openca-sv' in your system and check if all shared libs are found. Verify the same command against the openca-sv command of 0.9.2.2. If no missing libs are reported, please send me your openca-sv binary you compiled in 0.9.2.4 so that I can have a look. > But when I try to issue the certificate in the CA I'm still getting this > error message: > > > General Error Error while issuing Certificate to > Johnny Gonzalez Peña (filename: > /usr/local/OpenCA/var/tmp/02.req). > OpenCA::OpenSSL returns errocode 7731001 > (OpenCA::OpenSSL->issueCert: Cannot create X500::DN-object.). I have no idea about this, sorry. Might be something wrong with this utf8 thingy. cheers Martin ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
