Thanks. I guess the next stop is Apache.
On Apr 27, 2004, at 12:13 PM, Dr. Stephen Henson wrote:
Apache not printing out human readable error strings is a bad thing(TM).
You can convert error codes by doing:
openssl errstr XXXXX
Where XXXX is the string of hex digits after "error:".
In this case you get:
error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
which suggests something invalid is sent to the ASN1 parser. Apache should
also be printing out the error data but it apparently isn't. Without that its
impossible to see what structure the ASN1 code is complaining about.
Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
Dennis Putnam Information Technology AIM Systems, Inc. 11675 Rainwater Dr. Alpharetta, GA 30004 678-297-0700
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
