Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4714

HAProxy 1.9.4 http healthcheck for h2 backends

$
0
0

@anandtry wrote:

All my backends support h2. http health check is failing as it is using h2 and marking the members down. If I remove the health check then everything works fine .

How do I force the health check to happen on http/1.1 instead of h2.

backend backend_java
balance leastconn
option http-use-htx
option httpchk GET /healthcheck HTTP/1.1

    server default_1_java 1.1.1.1:443 check ssl verify none alpn h2,http/1.1

    server default_2_java 2.2.2.2:443 check ssl verify none alpn h2,http/1.1

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4714

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>