Toni
1
I noticed that the haproxy config check behaves differently in haproxy version 3.2.
Older versions returned “Configuration file is valid
“, but version 3.2 does not report anything, when the configuration has no errors and no warnings.
haproxy 3.2:
# haproxy -c -f /etc/haproxy/haproxy.cfg
haproxy 2.8:
# haproxy -c -f /etc/haproxy/haproxy.cfg
Configuration file is valid
Is this issue known? Or is it just my own build?
Thanks
This looks like a bug, make sure you are on latest version 3.2.3 and if so, please file a bug on github:
Toni
3
Many thanks for your reply. I am in fact using the very latest version 3.2.3.
I have opened this bug report:
Toni
4
It turns out this change has been made deliberately (not a bug).
1 Like