Technical Tip: Real Server HTTP URL healthcheck not working after upgrade
| Description | This article describes issues with the HTTP URL health check not working after the upgrade. |
| Scope | FortiGate. |
| Solution | When configuring Virtual Servers on the FortiGate, a common practice is to configure a health check for the real servers to monitor how healthy the connection is, so the FortiGate can forward the traffic accordingly.
config firewall ldb-monitor
This health check is then configured on the Virtual Server configuration:
config firewall vip
After an upgrade to FortiOS v7.4.10+/7.6.5+, this health check monitor might have issues and be marked as down.
Verify the health check status via the CLI using the following command:
diagnose firewall vip virtual-server real-server list
Since the type is already mentioned in the load balancer configuration, there is no need for the 'http://' part. URI/path can be used in this case, or switch to a TCP health check monitor if the full URL is needed for the real server to respond.
Related article: Troubleshooting Tip: Troubleshooting real server health check monitoring |
