Relative Content

Tag Archive for haproxy

Haproxy analyze tcp header

Is it possible to analyze the TCP header and take action based on it with HAProxy 2.0? I want to place a magic number in the reserved fields of the TCP header on my backend and have HAProxy behave differently depending on it.

Authelia redirect users from User Settings page

I’m currently using “default_redirection_url” parameter in Authelia but it redirects the user at first login only, so is there any way to add a link or button for the user to click on when he is stuck in the user settings page?
I’ve integrated Authelia with HAProxy so I want to make sure that if a user manually browses to “https://sso.domain.com:9091/” for whatever reason, he will be able to find his way back to the actual backend application.

Client disconnection not propagated on haproxy

I have a haproxy server to proxy requests to some node js web services. On node I want to detect when clients disconnects because I need to invalidate it’s requests on my Redis queue.
If I connect directly to my node server I can detect client disconnection, but if I pass through haproxy the clients seem to be always connected.
I suspect that haproxy does not propagates clients disconnection on server side.