Hi, I have installed HA Proxy and Load balancing not working.
stats webpage is working and all listen / backend check service also working.
But when try one service it not taking to front end. I cannot see any logs reflected in haproxy.log
HA Proxy - 2.8.2
Ubuntu 20.04
++++++++++++++++
frontend CUCM
bind *:443
mode tcp
option tcplog
default_backend cucm_server
backend cucm_server
mode tcp
balance roundrobin
option ssl-hello-chk
default-server check maxconn 20
server server1 10.8.0.10:443 check
server server2 10.8.0.11:443 check
listen VG224
frontend configuration settings
mode tcp
bind :223
option tcplog
backend configuration settings
balance roundrobin
server server1 10.104.240.74:23 check
server server2 10.104.240.75:23 check
++++++++++++++++
cucm_server or VG224 both are showing green in stats page.
Network logs are not reflected.
++++++++++++++++++++++++++
haproxy@haproxy:/var/log$ pwd
/var/log
haproxy@haproxy:/var/log$ tail haproxy.log
Oct 26 06:45:05 haproxy haproxy[37040]: 10.5.111.50:57704 [26/Oct/2023:06:45:05.324] stats stats/ 0/0/0/0/0 200 32013 - - LR-- 2/2/0/0/0 0/0 “GET /stats HTTP/1.1”
Oct 26 06:57:14 haproxy haproxy[37040]: 10.5.111.50:57764 [26/Oct/2023:06:57:14.579] stats stats/ 0/0/0/0/0 200 32013 - - LR-- 2/2/0/0/0 0/0 “GET /stats HTTP/1.1”
Oct 26 06:57:15 haproxy haproxy[37040]: 10.5.111.50:57764 [26/Oct/2023:06:57:15.337] stats stats/ 0/0/0/0/0 200 32015 - - LR-- 2/2/0/0/0 0/0 “GET /stats HTTP/1.1”
Oct 26 06:57:15 haproxy haproxy[37040]: 10.5.111.50:57764 [26/Oct/2023:06:57:15.985] stats stats/ 0/0/0/0/0 200 32015 - - LR-- 2/2/0/0/0 0/0 “GET /stats HTTP/1.1”
haproxy@haproxy:/var/log$
+++++++++++++++++++++++++++