RE: [EMAIL PROTECTED] Bug or Feature : global SSLVerifyClient in VirtualHost overrides the same in Location?

2005-08-30 Thread Yefym Dmukh
SSLVerifyClient is documented as working in directory context, so it should also work in Location context. The manual page for mod_ssl does explicitly say that a SSL renegotiation is triggered if a request for the location is received. Then this is a bug, because it doesn't work for Location

Re: [EMAIL PROTECTED] Bug or Feature : global SSLVerifyClient in VirtualHost overrides the same in Location?

2005-08-30 Thread Joe Orton
On Tue, Aug 30, 2005 at 10:23:16AM +0200, Yefym Dmukh wrote: SSLVerifyClient is documented as working in directory context, so it should also work in Location context. The manual page for mod_ssl does explicitly say that a SSL renegotiation is triggered if a request for the location is

[EMAIL PROTECTED] Bug or Feature : global SSLVerifyClient in VirtualHost overrides the same in Location?

2005-08-29 Thread Yefym Dmukh
Hi guys , please point me if it possible to the docu, cannot find anything related to the topic. here is an example: VirtualHost SSLVerifyClient optional Alias /auth /htdocs/authorisation Location /auth SSLVerifyClient require SSLOptions +ExportCertData +StdEnvVars SSLVerifyDepth 5

RE: [EMAIL PROTECTED] Bug or Feature : global SSLVerifyClient in VirtualHost overrides the same in Location?

2005-08-29 Thread Axel-Stéphane SMORGRAV
SSLVerifyClient is documented as working in directory context, so it should also work in Location context. The manual page for mod_ssl does explicitly say that a SSL renegotiation is triggered if a request for the location is received.