Re: Client authentication and Chain certs

2003-10-24 Thread Chris Covell
Hello there Martial, many thanks for you quick reply. We also have: root CA - sub CA - client or server cert we have put the root and sub CA in a directory pointed by: SSLCACertificatePath In seperate files ? In this directory we have the attatched Makefile that we run to make a

Re: Client authentication and Chain certs

2003-10-24 Thread Matt Stevenson
I have this setup, this should work... SSLCertificateFile /opt/DKBapache/conf/ssl.crt/server.crt SSLCertificateKeyFile /opt/DKBapache/conf/ssl.key/server.key SSLCACertificateFile /opt/DKBapache/conf/ssl.crt/CA.crt SSLVerifyClient require SSLVerifyDepth 2 The CA.crt file contains the Root and

Re: Client authentication and Chain certs

2003-10-24 Thread m . chartoire
Le 24 Oct, Chris Covell a ecrit : Hello there Martial, many thanks for you quick reply. We also have: root CA - sub CA - client or server cert we have put the root and sub CA in a directory pointed by: SSLCACertificatePath In seperate files ? Yes each Ca is in a separate

Re: Client authentication and Chain certs

2003-10-24 Thread Chris Covell
Many thanks to those of you who have helped me on this. Unfortunately I still have the problem. I have also duplicated the problem on a completely different environment, so I think it is either me, or the certificates I am using ! I have taken all of you advice and set up the web server like