Hope someone can help me.
I have been trying to add the feature to our clients sites so that a
personal certificate MUST be provided from the client to access the site.
The SSL is working fine, however, when i try to add the part for the client
certificate, it appears to accept the certificate, but then produces a
standard  "page cannot be displayed" error (not 404).

i am implementing it like this...
Alias /drkit/ "/drkit/"
<Directory "/drkit/">
        Options all
        SSLVerifyClient require
        SSLVerifyDepth 5
        Allow from all
            SSLRequireSSL
        SSLOptions      +StrictRequire +StdEnvVars +ExportCertData
</Directory>

When i build my box from clean (RH Linux 6.2/ php-4.0.3pl1/Apache 1.3.12/
mod_ssl-2.6.6-1.3.12/openssl-0.9.6) it works no problem, however when i try
to add this to a prebuilt server, like on a clients machine, it never works.
It also never works if i try to specify the directory containter inside the
virtual host information.

I have tried moving the location of the web pages around, changing ownership
on the directory, and im really pulling my hair out!!!, i need a solution by
the end of today, i really hope someone knows why this is happening, i have
also noticed something to do with SSLCACertificateFile
/usr/local/apache/conf/ssl.crt/ca-bundle.crt which also effects if it works
or not...

cheers people
Baj


Barrie Jarman
Professional Services
DigitalRUM
254-256 Belsize Road
London
NW6 4BT

t:0207 691 5502
e:[EMAIL PROTECTED]


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

Reply via email to