Hi,

I've passed some time debugging my weird blank page problem in the 
"IssueCertificate in init phase 2".
I've enabled some debug info into different perl scripts to help me...

I felt on the following test into crypto-utils.lib:
  if (libIsLifetimeTooLong($role))
    {
         $errno  = 6713;
         $errval = gettext("New certificate would exceed CA-certificates 
lifetime.");
         return undef;
    }

Apparently something make this test fail... looking at the called function, it 
seems to report an 'undef' value.

Ok, this mean, I suppose, that there is a wrongly configured parameter (or 
missing) into an openssl.conf file, somewhere (../OpenCA/etc/openssl/...), 
but I cannot figure out which one...

Any idea someone ?

Pascal.
-- 
Pascal "PeP" Panneels ~ BELNET



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to