Hello community, can you help me, I am new to Proxy I am trying to make my publications use the same Public IP, my configuration is the following:
frontend SharedFrontend-merged
bind 0.0.0.0:443 name 0.0.0.0:443 ssl crt-list /var/etc/haproxy/SharedFrontend.crt_list
mode tcp
log global
timeout client 30000
acl ACL_GESTIONA src reportsense.marcobre.com
tcp-request content accept if ACL_GESTIONA
use_backend BACKENDPLATAFMA_ipvANY if ACL_GESTIONA
backend BACKENDPLATAFMA_ipvANY
mode tcp
id 108
log global
timeout connect 600000
timeout server 600000
retries 10
option httpchk OPTIONS /
server PLATAFORMA-MA 172.23.130.88:9190 id 103 check inter 1000
however I am not successful, the errors shown are:
Dear very grateful for the prompt response, at the HAproxy level it generates the following error, I have the indicated configuration but I can not even solve the redirect problem.
Error:
Errors found while starting haproxy
[ALERT] 273/144146 (81577) : http frontend ‘SharedFrontend-merged’ (/var/etc/haproxy_test/haproxy.cfg:147) tries to use incompatible tcp backend ‘BACKENDPLATAFMA_ipvANY’ (/var/etc/haproxy_test/haproxy.cfg:203) in a ‘use_backend’ rule (see ‘mode’).
[ALERT] 273/144146 (81577) : Fatal errors found in configuration.