Regarding http basic authentication in haproxy

2016-05-12 Thread bln prasad
Hi,
  I've setup basic http authentication in the frontend. I'm finding that
it's asking for authentication for first time only when i access from the
browser. Once it succeeds it's alway bypasses authentication even if i
access it from other tabs or  re access from sam tab.

Is it expected? If yes then can you please let me know how do i force
authentication on every new tab or from same tab.

Thanks,
BLN


regarding logs related to websocket conenction

2016-01-20 Thread bln prasad
Hi,
  I've enabled option httplog and i'm able to get all logs related to http.
I want to even capture web socket logs such as connection termination and
establishment etc which are not appearing with above option.

can you please recommend settings to debug web socket connections?


Thanks,
BLN


ha-proxy strange behavior with check localhost option

2015-08-10 Thread bln prasad
Hi,
I configured my backend health check as below and my backed end is
listening on 0.0.0.0:8002
check localhost:8002
I was using haproxy-1.5.11 version and we didn't see any issues. But when i
upgraded to haproxy-1.5.14, i'm finding that same above configuration is
failing on some systems. It started working when i changed to below.
  check 127.0.0.1:8002

I'm not sure why health check is failing if it's localhost on few systems
and this is observed with only 1.5.14 version.
ideally there should not be any difference between localhost and 127.0.0.1
right.

Can you please throw some inputs on this issue.

Thanks  Regards,
BLN