Quote from: requird on February 24, 2026, 06:39:13 PMI'm experiencing this issue right now. Unfortunately I can't reboot until later. Will write back if rebooting helps.
Was able to do a reboot and it solved the issue.
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 MenuQuote from: requird on February 24, 2026, 06:39:13 PMI'm experiencing this issue right now. Unfortunately I can't reboot until later. Will write back if rebooting helps.
Quote from: Q-Feeds on February 07, 2026, 02:00:17 PMGlad it's working again after the reboot! We're curious though if more users have experienced this?
# 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