c28eb84dca
Using HTTP or HTTPS health-monitor on a ALPN pool failed with SSL errors. haproxy doc mentions that when using "check" with ALPN servers, the check-alpn option must be enabled. [0] https://docs.haproxy.org/2.8/configuration.html#5.2-check Closes-Bug: #2043812 Change-Id: I5698558857cbaa585f8a3d7ac37aaa31c0189d46
8 lines
282 B
YAML
8 lines
282 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed a bug with HTTP/HTTPS health-monitors on pools with ALPN protocols in
|
|
the amphora-driver. The healthchecks sent by haproxy were flagged as bad
|
|
requests by the backend servers. Updated haproxy configuration to use ALPN
|
|
for the heathchecks too.
|