Created on
10-10-2023
02:53 AM
Edited on
10-11-2023
03:06 AM
By
Jean-Philippe_P
Description | This article describes how to configure HTTPS protocol in SD-WAN performance SLA for the health check. |
Scope | FortiGate 7.4.1. |
Solution |
Configuring HTTPS protocol in SD-WAN performance SLA uses HTTP-GET to test the link with the server.
All default HTTP-based health checks are updated to use HTTPS instead of version 7.4.1.
This includes:
CLI Example (Output contains only important information):
sh full-configuration system sdwan config system sdwan config health-check edit "Default_Google Search" end
When creating a new performance SLA the most commonly used protocols (ping, HTTP, and DNS) can be configured in the GUI (Network -> SD-WAN -> Performance SLAs -> Create New).
However, the protocol HTTPS can be configured through CLI.
CLI Example (Output contains only important information):
config system sdwan config health-check set protocol ping -------> Default for new performance SLA.
To configure HTTPS protocol:
config health-check edit "Facebook" set protocol https <----------- end
The same can be verified from the GUI:
|