Thx for the reply. I've done as you said and recieved the following error:*
General Error*. Cannot encrypt PIN-mail! Aborting
OpenCA::OpenSSL returns errorcode 8012006 (OpenCA::OpenSSL::SMIME->encrypt: unknown problem encrypting (11). )..
Not sure what it means, but the messages in my console remain the same, hope you've got something to work with.
The errorcode means ERR_LIB_X509. You can find this in /usr/local/ssl/include/openssl/err.h. This means that there is usually a problem with a certificate.
Can you activate the debugging of the OpenSSL module please? This would output the commandline of SMIME module too. You can activate the debugging in crypto-utils.lib with
$ca_token->{DEBUG} = true;
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
