Hi,

I'm trying to setup a web server at MIT where students can log in with their
personal certificates (issued by MIT's internal CA).  I got a site
certificate from the CA and set the SSLCertificateFile to that file; I also
set the SSLCertificateKey to the key for that certificate.  I obtained the
MIT CA's public key as well.  

If i set the SSLCertificateChainFile to this file and try to login from
netscape, i can present a personal certificate but i get an error saying
that the server cannot verify my certificate.  If I instead use openssl to
get the text of the certificate (via `openssl x509 -text ...`) and append it
to my SSLCACertificateFile, i get a different error from netscape saying "no
certificate found".

Am I making a glaring mistake in my installation attempt?
   
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to