https://bz.apache.org/bugzilla/show_bug.cgi?id=65186
Joe Orton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Joe Orton <[email protected]> --- The "reneg buffer" is required if you want to renegotiate in the same request that a client cert is first required. Either: a) you need a buffer large enough to handle whatever you're expecting can be uploaded, or better, b) ensure that your site is structured so the first request which requires a client cert (SSLVerifyClient on) does NOT include a large body, but is a plain GET request. Then follow up the form/file upload in a second POST request. -- 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]
