You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Mike Scinto <mj...@gmail.com> on 2022/08/24 19:14:25 UTC

[users@httpd] mod_proxy_hcheck module uses HTTP 1.0 protocol

We have a client using the mod proxy health check module which is failing
because the healthcheck end point we are hitting does not accept HTTP 1.0
requests or older for security hardening purposes. We checkd the module
here https://fossies.org/linux/httpd/modules/proxy/mod_proxy_hcheck.c and
can see that HTTP 1.0 is being hard coded. Can we request that we add an
option to specify the HTTP version mod_proxy_hcheck module uses if we do
not have an option to update our backend to accept HTTP 1.0 requests?

Thank you,
-Mike

Re: [users@httpd] mod_proxy_hcheck module uses HTTP 1.0 protocol

Posted by mj...@gmail.com.
Thank you Jim, clients will be happy to see the progress on this. Please keep me in the loop when this is added to 2.4!

-Mike

> On Aug 31, 2022, at 11:35 AM, Jim Jagielski <ji...@jagunet.com> wrote:
> 
> This was just added to trunk; I will propose a back port to 2.4.x soon!
> 
>> On Aug 24, 2022, at 3:14 PM, Mike Scinto <mj...@gmail.com> wrote:
>> 
>> We have a client using the mod proxy health check module which is failing because the healthcheck end point we are hitting does not accept HTTP 1.0 requests or older for security hardening purposes. We checkd the module here https://fossies.org/linux/httpd/modules/proxy/mod_proxy_hcheck.c and can see that HTTP 1.0 is being hard coded. Can we request that we add an option to specify the HTTP version mod_proxy_hcheck module uses if we do not have an option to update our backend to accept HTTP 1.0 requests?
>> 
>> Thank you,
>> -Mike
> 

Re: [users@httpd] mod_proxy_hcheck module uses HTTP 1.0 protocol

Posted by Jim Jagielski <ji...@jaguNET.com>.
This was just added to trunk; I will propose a back port to 2.4.x soon!

> On Aug 24, 2022, at 3:14 PM, Mike Scinto <mj...@gmail.com> wrote:
> 
> We have a client using the mod proxy health check module which is failing because the healthcheck end point we are hitting does not accept HTTP 1.0 requests or older for security hardening purposes. We checkd the module here https://fossies.org/linux/httpd/modules/proxy/mod_proxy_hcheck.c <https://fossies.org/linux/httpd/modules/proxy/mod_proxy_hcheck.c> and can see that HTTP 1.0 is being hard coded. Can we request that we add an option to specify the HTTP version mod_proxy_hcheck module uses if we do not have an option to update our backend to accept HTTP 1.0 requests?
> 
> Thank you,
> -Mike