Hello all,
I struggle with what seemed a very easy config :

listen test:443
    id 20609
    bind-process 16
    balance source
    hash-type consistent
    mode tcp
    bind x.x.x.x:443
    server s1 192.168.x.x:443 id 2158 check weight 5 send-proxy port 80
    server s2 192.168.x.x:443 id 2168 check weight 5 send-proxy port 80

I expect traffic to be routed to port 443 of backend server, and checks to
be performed without proxy-protocol on port 80. tests seem ok, but
traffic seems also routed to port 80 (I checked with tcpdump) instead of
443.

Can you at least confirm that my expectations are correct ? Or am I just
very tired on a friday evening ?

I'm using HAProxy 1.9.12

Thank you !

Reply via email to