Re: svn commit: r1736510 - /httpd/httpd/branches/2.4.x/STATUS

2016-03-29 Thread Jeff Trawick
On Tue, Mar 29, 2016 at 12:22 PM, Yann Ylavic  wrote:

> On Thu, Mar 24, 2016 at 10:23 PM,   wrote:
> > Author: trawick
> > Date: Thu Mar 24 21:23:00 2016
> > New Revision: 1736510
> >
> > URL: http://svn.apache.org/viewvc?rev=1736510=rev
> > Log:
> > HTTP_BAD_GATEWAY -> MODSSL_ERROR_BAD_GATEWAY
> >
> > Modified:
> > httpd/httpd/branches/2.4.x/STATUS
> >
> > +  *) mod_ssl: Return 502 instead of 500 when SSL peer check or
> > + proxy_post_handshake hook fails.
> > + Trunk patch: r1645529 (works)
> > + 2.4.x patch which adds CHANGES:
> https://emptyhammock.com/media/downloads/r1645529-to-2.4.x.txt
> > + +1: trawick
>
> In 2.4.x (not trunk), ssl_io_filter_error() seems to finally create an
> HTTP_BAD_REQUEST error bucket for the MODSSL_ERROR_BAD_GATEWAY case,
> shouldn't we also backport r1416589?
>

Something is happening in trunk that causes 500 to be returned when an
error is returned in that area of code.  I'll try to debug that soon, as
the answer for further trunk sync depends on which part of trunk is
resulting in 500 :)

-- 
Born in Roswell... married an alien...
http://emptyhammock.com/


Re: svn commit: r1736510 - /httpd/httpd/branches/2.4.x/STATUS

2016-03-29 Thread Yann Ylavic
On Thu, Mar 24, 2016 at 10:23 PM,   wrote:
> Author: trawick
> Date: Thu Mar 24 21:23:00 2016
> New Revision: 1736510
>
> URL: http://svn.apache.org/viewvc?rev=1736510=rev
> Log:
> HTTP_BAD_GATEWAY -> MODSSL_ERROR_BAD_GATEWAY
>
> Modified:
> httpd/httpd/branches/2.4.x/STATUS
>
> +  *) mod_ssl: Return 502 instead of 500 when SSL peer check or
> + proxy_post_handshake hook fails.
> + Trunk patch: r1645529 (works)
> + 2.4.x patch which adds CHANGES: 
> https://emptyhammock.com/media/downloads/r1645529-to-2.4.x.txt
> + +1: trawick

In 2.4.x (not trunk), ssl_io_filter_error() seems to finally create an
HTTP_BAD_REQUEST error bucket for the MODSSL_ERROR_BAD_GATEWAY case,
shouldn't we also backport r1416589?