HAproxy isn't detecting the server, while curl functions on Windows but not on Linux.
HAproxy isn't detecting the server, while curl functions on Windows but not on Linux.
You're trying to configure a reverse proxy using HAProxy, but it's showing as offline even though your Windows PC can reach it. You checked via curl on your Apache installation and saw responses, but not on the Git install on the same server. The issue might be related to how HAProxy is configured or whether there are firewall rules blocking access from your local machine.
Consider using Apache as the proxy instead of haproxy. Alternatively, skip the proxy entirely and have Gitea listen on port 3000 while testing via Curl from another device on the network. Check if this resolves the issue. If successful, trace the problem back to the proxy configuration.
There is no firewall on either linux box (that im aware of), and no firewall between servers I have HAproxy between my WAN and servers as im learning how it works and how to loadbalance various services, I have other things which run though it (plex for example) I did have apache running as the proxy but wanted to experiment with a dedicated proxy server and try something new Ignore the fact about HAproxy as im not touching that in any way for this test (its installed on the server im testing from, but i dont go though it for curling)
I believe I located it; it seems my network card was set to a /32 instead of /24. I don’t know why only one port was affected, but after adjusting it, everything is functioning properly.