https://issues.apache.org/bugzilla/show_bug.cgi?id=48215
--- Comment #3 from [email protected] 2009-11-18 08:26:00 UTC --- I confirm that using the following configuration works around the problem : <VirtualHost *:443> SSLEngine On SSLCertificateFile "${path}/apache/conf/authentication.cer" SSLCertificateKeyFile "${path}/apache/conf/authentication.key" SSLVerifyDepth 0 <Location /authentication/> SSLVerifyClient optional_no_ca </Location> DocumentRoot "${path}/www" </VirtualHost> Unfortunately, the source of the problem is far from obvious, so I think the work around is not enough. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
