Hello there,

> unable to load Private Key
> 4029:error:06065064:digital envelope routines:EVP_DecryptFinal:bad
> decrypt:evp_enc.c:509:
> 4029:error:0906A065:PEM routines:PEM_do_header:bad
> decrypt:pem_lib.c:423:

yes, this error is due to the wrong password being passed (I have just
checked to make sure !!).

But you are using the correct password...

The only way I can thing of sorting this is to just use OpenSSL and try
and change the password on the private key. So somehow you must use the:

  openssl rsa -in key.pem -out keyout.pem

to get the private key in a different file. Have you tried cutting and
pasting the password, or using the "-passin" to get the password from a
file. The other option is to post a message to the OpenSSL Mailing list
and see what they have to say.

Chris...


-------------------------------------------------------
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

Reply via email to