On Mon, 17 Jan 2022 at 19:37, <[email protected]> wrote: > > Hi > > Configuration uses 'no option http-use-htx' in defaults because of case > insensitivity. > Statistics path haproxy?stats is behind simple username/password and > both credentials are specified in config. > When accessing haproxy?stats, 2.0.25 works fine, but 2.0.26 returns 401:
Confirmed and filed: https://github.com/haproxy/haproxy/issues/1516 Bug will be fixed, but for the long term: - the legacy HTTP code is gone from newer haproxy branches, 'no option http-use-htx' is no more - in HTX mode, if you have non-compliant clients or servers, use h1-case-adjust to workaround those those case problems Regards, Lukas

