
bugzilla at apache
Jun 24, 2009, 11:58 PM
Post #1 of 2
(249 views)
Permalink
|
|
[Bug 47055] SSLVerifyClient + Directory doesn't use cache sessions
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=47055 --- Comment #26 from juan-manuel.perez[at]tecsidel.es 2009-06-24 23:57:57 PST --- [About Bug 44858 marked as duplicated of this one] This patch solves, indeed, the problem we reported. We have only these comments: - It worked properly only after adding the +OptRenegotiate option. Thus, we finally have this configuration (only relevant piece shown): SSLVerifyClient none <Location "/test"> SSLVerifyClient require SSLVerifyDepth 10 SSLOptions +OptRenegotiate </Location> - There is only a little 'misbehaviour' we have found. If, after starting apache, and firefox 3 (with clean cache), we first access 'https://localhost' (which doesn't require client cert), and then we access 'https://test/', we are prompted for the client certificate twice (this is the 'misbehaviour'). From then onwards, we are not prompted any more (perfect!) Also, if we first access 'https://test/', we are prompted only once (perfect!). I have only one more question. When is planned this patch to be included in an official Apache release? -- 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: bugs-unsubscribe[at]httpd.apache.org For additional commands, e-mail: bugs-help[at]httpd.apache.org
|