On Thu, Oct 30, 2003 at 09:24:04AM +0100, xavier jeannin wrote: > 24359:error:14094413:SSL routines:SSL3_READ_BYTES:sslv3 alert > unsupported certificate:s3_pkt.c:1031:SSL alert number 43 > 24359:error:1409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake > failure:s3_pkt.c:514: > > I am sorry but I do not understand the response. I am sure that my cert > is valid, my private key too, and my cafile too. > Do you know where I can read documentation that explain the error > message ? perhaps it is a bad used of openssl client.
openssl s_client expects the certificate and key to be in PEM format - openssl x509 -in cert.crt -inform DER -out cert.pem -outform PEM vh Mads Toftum -- Speaking at ApacheCon 2003 - http://ApacheCon.com/ T03, "Apache 2 mod_ssl tutorial" (3h) WE03, "Troubleshooting Apache configurations" WE11, "Apache mod_rewrite, the Swiss Army Knife of URL manipulation" ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
