https://bz.apache.org/bugzilla/show_bug.cgi?id=63089
Bug ID: 63089
Summary: It is not possible to set SSLProxyEngine in <Proxy>
section even that the documentation says it is
Product: Apache httpd-2
Version: 2.4.25
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_ssl
Assignee: [email protected]
Reporter: [email protected]
Depends on: 60757
Target Milestone: ---
I need to proxy requests to multiple backends reachable only by SSL (https or
ajp via SSL). An additional need is regular checks via proxy_hcheck.
Beside bug 60757, which is a real blocker, there is complete mismatch between
documentation and reality.
The bigest problem is that if I configure the proxy balancer system wide in a
<Proxy> block, I have to enable SSLProxyEngine. The documentation says that it
can be in a <Proxy> block
(https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslproxyengine) but apache
is refusing to start with a syntax error when trying that. But without that
setting, the hcheck will fill up the error log not be able to use ssl backend.
The solution would be to put it inside a VirtualHost block and enable ssl
there. But then, I run into bug 60757 and hcheck does not work at all.
Referenced Bugs:
https://bz.apache.org/bugzilla/show_bug.cgi?id=60757
[Bug 60757] mod_proxy_hcheck Doesn't perform checks
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]