https://issues.apache.org/bugzilla/show_bug.cgi?id=52542

Ruediger Pluem <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |INVALID

--- Comment #6 from Ruediger Pluem <[email protected]> 2012-02-07 12:37:34 UTC 
---
(In reply to comment #5)
> The Apache is used in ReverseProxy mode ( but i have commented ProxyPass  and
> ProxyPassReverse directives because they didn't work with the RewriteRules )
> 
> Some stuff of the configurations
> 
> <VirtualHost *:*> 
> SSLEngine On
> RewriteEngine On
> </VirtualHost>
> 
> <Location/>                            
> SSLVerifyClient require                                                       
>   
> SSLVerifyDepth 1                

This causes a renegotiation later on and is bogus since you require the client
cert for the whole virtual server. Move the above two directives on virtual
host level and everything works fine. So in fact it is not a bug, but a wrong
configuration.

-- 
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]

Reply via email to