haproxy/admin/cli
William Lallemand 551e5f5fd4 BUG/MINOR: admin: haproxy-reload use explicit socat address type
socat was used with the ${MASTER_SOCKET} variable directly, letting it
auto-detect the network protocol. However, when given a plain filename
that does not point to a UNIX socket, socat would create a file at that
path instead of reporting an error.

To fix this, the address type is now determined explicitly: if
MASTER_SOCKET points to an existing UNIX socket file (checked with -S),
UNIX-CONNECT: is used; if it matches a <host>:<port> pattern, TCP: is
used; otherwise an error is reported. The socat_addr variable is also
properly scoped as local to the reload() function.

Could be backported in 3.3.
2026-03-08 01:33:29 +01:00
..
haproxy-dump-certs ADMIN: dump-certs: let dry-run compare certificates 2025-11-20 16:50:20 +01:00
haproxy-reload BUG/MINOR: admin: haproxy-reload use explicit socat address type 2026-03-08 01:33:29 +01:00