Bug 63348 - SSLProxy* settings no longer applied for healthchecks since 2.4.39
Summary: SSLProxy* settings no longer applied for healthchecks since 2.4.39
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_proxy_hcheck (show other bugs)
Version: 2.4.29
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-15 11:57 UTC by Dominik Stillhard
Modified: 2019-04-15 11:57 UTC (History)
0 users



Attachments
example configuration (1.00 KB, text/plain)
2019-04-15 11:57 UTC, Dominik Stillhard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Stillhard 2019-04-15 11:57:47 UTC
Created attachment 36527 [details]
example configuration

Since this change introduced in httpd-2.4.39, SSLProxy-Settings defined inside the <Proxy> section are no longer applied for http-healthchecks.

https://github.com/apache/httpd/commit/0dcd178c561f3293775a3d5953c764d64a5af233

I have tested it with SSLProxyProtocol - directive. As soon as i move the directive up in the virtual server context, they are applied correctly. I assume that other SSLProxy*-direcrives are affected too, because of the newly introduced reset/reinit of the dir_config. 

See attached configuration for details.