On Thu, Mar 24, 2016 at 10:23 PM, <[email protected]> wrote: > Author: trawick > Date: Thu Mar 24 21:23:00 2016 > New Revision: 1736510 > > URL: http://svn.apache.org/viewvc?rev=1736510&view=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?
