Hi all,

I am currently trying to have basic user authentication enabled using a
hash starting with $2y$....

While this hash is working very fine in combination with PHP's
password_hash(), it seems the same hash string is not working for basic
authentication in haproxy.cfg. I'm not entirely sure about Wheezy
supporting the latest Blowfish algorithm ($2y$) and did not find anything
on the web to it either. Using the insecure-password method in haproxy.cfg
the authentication works just fine so my conclusion is HAproxy might not be
aware of how to handle this hash string correctly (even though the
documentation indicates it just relies on the system's crypt() function).

Would anybody have a clue how I could investigate this issue any further or
would even have a suggestion to solve it on Debian Wheezy?

Many thanks,
Julian

Reply via email to