Hello, I found what was wrong : I was using "load-server-state-from-file" and previous config file was using port 80 as server port. It seems using this instruction loads previous server state but also previous srv_port. Is this an expected behaviour ?
Olivier Le ven. 13 déc. 2019 à 18:32, Olivier D <webmas...@ajeux.com> a écrit : > 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 ! >