Hi!
I am using haproxy as RDP load balancer. According to the docs, req.rdp_cookie(mstshash) should be case insensitive, but this seems to be incorrect:
stick on req.rdp_cookie(mstshash)
Now, the sticky table does contain two entries:
# table: bk_rdp_2022, type: string, size:20480, used:2
0x56047fddc3e0: key=asdf use=0 exp=43075828 server_id=1 conn_rate(300000)=0 conn_cur=0 server_name=tse1
0x56047fddc4b0: key=ASDF use=0 exp=43185468 server_id=2 conn_rate(300000)=0 conn_cur=0 server_name=tse2
Is there any “case-insentive”-option for sticky-tables, as the “-i” on ACLs?
Thank you for your help
Stril
2 posts - 1 participant