On Fri, Oct 06, 2000 at 11:51:55AM +0300, Artur Penttinen wrote:
> 
>   Yes, and SSLVerifyDepth set to 10.
>   Same result.
> 
How about the client side - does it ask you which certificate to send?
You could try openssl as the client - first try without a cert:

openssl s_client -connect somehost:443 -state -showcerts 

Then try with your certs:

openssl s_client -connect somehost:443 -state -showcerts -key cert.key -cert cert.crt

One other thing - try this within your SSL vhost (change the path):

<Directory "/path/to/httpd/cgi-bin">
    SSLOptions +StdEnvVars +ExportCertData
</Directory>


vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to