DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29569>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29569

POST over HTTPS with verify client certificate

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



------- Additional Comments From [EMAIL PROTECTED]  2004-07-07 14:09 -------
I think this patch is reversed?  The current logic is 

  if (renegotiate && !renegotiate_quick && (r->method_number == M_POST)) {

i.e. if a renegotiation is needed, and a quick renegotiation isn't possible, and
the request is a POST request, then log the error and return a 403.  Which makes
sense.

If a renegotiation is *not* needed, then the function does not attempt one 
anyway.  

Presuming this is a duplicate of 12355 unless there's anything subtle I'm 
missing.

*** This bug has been marked as a duplicate of 12355 ***

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to