1
Tutorials and FAQs / Re: Add basic auth to HAProxy
« on: January 06, 2019, 10:42:59 pm »+1 for put the auth in the gui!
but i have the same problem as akron.
After i fill the auth forms correct i just get anCode: [Select]{"message":"Basic auth failed"}
Did you find a solution akron?
Cheers Chris
Hello, yes I've got a solution,
the way this works is you configure the basic auth on backend if you dont have basic auth at the webserver level.
if you want HAPROXY to pass the basic auth to the webserver, disable it on the backend object and your webserver will serve the basic auth.
didnt work for me first time because haproxy process for some reason was messed up, restarted and is working as expected.