mod_ssl errors calling Openssl
I am trying to set up SSL on my server and am getting errors from OpenSSL via mod_ssl. First, 10 lashes with a wet noodle for whoever decided not to provide human readable errors in mod_ssl. In any case here are the errors which seems to indicate mod_ssl is passing something wrong to OpenSSL:
[Tue Apr 27 08:22:34 2004] [error] OpenSSL: error:0D0680A8:lib(13):func(104):reason(168)
[Tue Apr 27 08:22:34 2004] [error] OpenSSL: error:0D07803A:lib(13):func(120):reason(58)
If I run these codes through 'openssl errstr' I get:
error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
Can someone help me fix this? TIA.