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:
No se puede acceder a este sitio
gestiona.marcobre.com tardó demasiado en responder.
Intenta:
- Comprobar la conexión.
- Comprobar el proxy y el firewall.
- [Ejecución del Diagnóstico de red de Windows](javascript:diagnoseErrors())
ERR_CONNECTION_TIMED_OUT
P.S:
I use pfsense on FreeBSD which is running HAProxy.
Please your support because the company is beginning to doubt the potential of HAProxy and even more of Pfsense and my service
1 post - 1 participant