According to documentation it should be possible to set SSLProxy* directives inside a <Proxy> section. I'm trying to do something like this :
<VHost>
SSLProxyEngine on
<Proxy balancer://mybalancer >
SSLProxyProtocol TLSv1.2
SSLProxyCipherSuite ....
(other SSLProxy* directives like SSLProxyCAFile etc.)
BalancerMember 1.....
BalacnerMember 2.....
</Proxy>
<VHost>
The idea behind that is, that i want to set different TLS-settings (for
healthchecks) on different LoadBalancers.
When i put the SSLProxy directives on VHost-Level it works, but not inside
<Proxy>
Any suggestions welcome.
Dominik
smime.p7s
Description: S/MIME cryptographic signature
