octavia/releasenotes/notes/fix-http-https-healthmonitor-with-alpn-pools-82249b2b9a025068.yaml
Gregory Thiemonge c28eb84dca Fix health-monitors with ALPN members
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
2023-11-20 02:58:52 -05:00

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.