Hi,
 
 I'm running a 2.0.45 server and trying to verify my client certificates. My
 applications work well until I try to use 'SSLVerifyDepth' and at that point
 'POST'ing breaks and my applications fail. My applications do get
 the client cert data passed ok.  CGI apps using 'GET's still work fine.
 Anyone seen this problem before?
 
ScriptAlias /privateapps/ "/usr/local/appdir/privateuse/"
 
<Directory "/usr/local/appdir/privateuse/">
 
SSLRequireSSL
SSLVerifyClient require
# SSLVerifyDepth  1
 
SSLOptions +ExportCertData +StdEnvVars +StrictRequire +OptRenegotiate

<Limit GET POST OPTIONS>
  Order allow,deny
  Allow from all
  </Limit>
 
</Directory>
 
TIA, Chris

Reply via email to