Can't seem to get HAProxy working
-
Re: Assistance with setting up HAproxy
I tried quite a few configuration for traefik config but doesn't seem to work please see below the configuration used I'm sure its a very small issue that I have I set my netgate TCP port to 10443 and opened port 443 on WAN firewall but can't seem to see why it isn't working
-
First problem i see is that your health check is failing with a 404 message. You would need to fix that or disable health checking.
-
@zari90
If you do a http health check and state no certain URL to request, HAproxy just send health check request to the stated IP and port.
But obviously your backend server is not responding to it.So either enter a proper URL to check or just use basic check method (TCP).
-
-
@zari90
There is a redmine on this. I opened one.
Recreate the backend is the workaround. -
okay I will try and recreate the backend and post again tomorrow
-
got it working thanks guys appreciate the replies and the help switch from http to basic and it went green, switched it back to http and it went red then switched to ssl because it has a cert attached with my domain and it worked again