[EMAIL PROTECTED] wrote:
> 
>      Hello
>                  Using Apache/modssl/openssl SSL worked fine with apache
>      snake-oil certs, but when adding verisign cert I get the following
>      error and no startup
>      OpenSSL: error:0D09F007:ans1 encoding routines :d2i_x509: expecting an
>      ans1 sequence.
> 

It probably isn't a certificate but a set of them in a PKCS#7 wrapper.
Try:

openssl pkcs7 -in file.pem -print_certs -out certs.pem

and you should see several certificates in the file which can be
separated using a text editor.

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to