Home | Notifications | New Note | Local | Federated | Search | Logout
Note Detail
in0rdr@in0rdr@m.in0rdr.ch (2026-05-09 19:32:33)
Trying to figure out why my option httpchk GET / are not effective anymore. Just results in NOSRV but when I remove the check everything is fine. Only recently updated to haproxy version 3.0.11(2026/02/11). Anyone with similar experiences? The check always worked fine in 2025 only started to bug in 2026.. I do use check check-ssl ๐คจ #haproxy #self-hosting
---Reply---
ck ๐จโ๐ป@ck@swiss.social (2026-05-09 20:01:18)
@in0rdr maybe this?
https://www.claudiokuenzler.com/blog/1498/haproxy-option-httpchk-headers-body-end-version-string-unsupported
Reply
---Replies---
in0rdr@in0rdr@m.in0rdr.ch (2026-05-10 03:13:30)
This was it @ck@swiss.social thanks a lot. I saw your blog post earlier today and thought that's a bit "bulky" (specifying the http version and hdr Host vor every check), but apparently all of that is actually required with haproxy 3 ๐ข but hey, works again now, thanks a ton!
option httpchk
http-check send meth GET uri / ver HTTP/1.1 hdr Host myheats-demo.p0c.ch