Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4849

Haproxy - stick on RDP-cookie - what happens without cookie

$
0
0

Hi!

I am having a strange problem…
I am using Haproxy as RDP-loadbalancer to stick on the cookie:

  stick-table type string len 4 size 20k expire 12h store conn_cur,conn_rate(5m) peers loadbalancer_replication
  stick on rdp_cookie(mstshash)

Now the strange part: My monitoring is connecting without cookie. I would expect, that as there is no new entry in the sticky-table, there is a fallback to the configured round-robin. But: The connections without cookie are always assigned to the same backend-server.
When I check the sticky-table, there is no entry for the connection.

→ How can the connection be sticky, if there is no entry in the sticky-table?

Thank you for your thoughts
Stril

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4849

Trending Articles