Hi!
HAProxy 1.6-dev1, CentOS6
Getting a segfault when trying connect to port 3389.
segfault at 0 ip (null) sp 00007fff18a41268 error 14 in
haproxy[400000+a4000]
Compiling with next options:
make TARGET=linux26
make install
the configuration file is as listed below:
global
daemon
stats socket /var/run/haproxy.stat mode 600 level admin
pidfile /var/run/haproxy.pid
defaults
mode http
timeout connect 4000
timeout client 42000
timeout server 43000
listen RDP_Test
bind *:3389
mode tcp
balance leastconn
option tcpka
tcp-request inspect-delay 5s
tcp-request content accept if RDP_COOKIE
timeout client 12h
timeout server 12h
option tcpka
option redispatch
option abortonclose
maxconn 40000
server TS1 10.64.0.209:3389 weight 100 check agent-check agent-port
3333 inter 2000 rise 2 fall 3 minconn 0 maxconn 0 on-marked-down
shutdown-sessions
server TS2 10.64.0.210:3389 weight 100 check agent-check agent-port
3333 inter 2000 rise 2 fall 3 minconn 0 maxconn 0 on-marked-down
shutdown-sessions
David.