https://issues.apache.org/bugzilla/show_bug.cgi?id=47055
--- Comment #26 from [email protected] 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: [email protected] For additional commands, e-mail: [email protected]
