Maybe a hardware issue?
Do you have any switches in your network? Is there a possibility of a loop?
Do you have any switches in your network? Is there a possibility of a loop?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
# Frontend: homeproxy_frontend (homeproxy_frontend)
frontend homeproxy_frontend
bind 0.0.0.0:443 name 0.0.0.0:443 ssl ca-file /tmp/haproxy/ssl/6487e7ccd48e14.01589139.calist verify required crl-file /tmp/haproxy/ssl/6487e7ccd48e14.01589139.crllist crt-list /tmp/haproxy/ssl/6487e7ccd48e14.01589139.certlist
mode http
option http-keep-alive
default_backend homeproxy_backend
# logging options
# Backend: homeproxy_backend (homeproxy_backend)
backend homeproxy_backend
# health checking is DISABLED
mode http
balance source
# stickiness
stick-table type ip size 50k expire 30m
stick on src
http-reuse safe
server homeproxy-server homeproxy.example.com ssl sni str(homeproxy.example.com) verify required ca-file /tmp/haproxy/ssl/64838ae1e21fe5.61086700.calist