Hi,
we have got several reports similar to:
https://bz.apache.org/bugzilla/show_bug.cgi?id=63229
One is:
Tue Feb 25 09:17:53.486933 2020] [proxy_http:error] [pid 27500:tid 9]
(20014)Internal error (specific information not available): [client
XXX:XXX] AH01102: error reading status line from remote server
XXX:XXX
The other is:
[Thu Mar 12 05:37:57.789117 2020] [proxy:error] [pid 26426:tid 22]
(20014)Internal error (specific information not available): [client
XXX:XXX] AH01084: pass request body failed to XXX:XXX (XXX)
[Thu Mar 12 05:37:57.789171 2020] [proxy:error] [pid 26426:tid 22] [client
XXX:XXX] AH00898: Error during SSL Handshake with remote server
returned by /XXX
I see that the "Internal error" (APR_EGENERAL) is probably coming from
server/protocol.c and ap_rgetline_core(). But have no idea what it
actually can mean.
Any idea or suggestion?
Thank you!
Petr