Skip to main content
atareco
Staff
Staff
April 1, 2026

Technical Tip: CPU high when HTTPS is enabled on an interface in a multiple VDOM environment

  • April 1, 2026
  • 0 replies
  • 286 views
Description This article describes an issue where after an upgrade, CPU usage spikes when HTTPS is enabled on an interface in a multiple VDOM environment, causing FortiGate to reboot.
Scope FortiGate.
Solution

After performing a firmware upgrade, access to the Web GUI may be lost. When attempting to recover access and re‑enable HTTPS on the interface, instability can occur, potentially leading to service disruption or even an unexpected FortiGate reboot.

 

To confirm whether the issue is related to HTTPS access, connect to the FortiGate via SSH and verify the top CPU‑consuming processes using the appropriate diagnostic commands:

 

diagnose sys top-all 1 100

 

In the image above, it is evident that the HTTPS process is consuming an excessive amount of CPU resources:

 

https_causing_cpu_high.png

 

During the upgrade process, it is possible that the administrator server certificate was modified:

 

admin_server_certificate_changed.png

 

As a result, the HTTPS process may fail to operate correctly, leading to abnormal resource consumption. This excessive CPU usage can cause system instability and, in severe cases, service interruption or FortiGate reboots.

 

To solve this problem, select the correct certificate under admin-server-cert:

 

config system global
    set admin-server-cert Fortinet_GUI_Server

end

 

correcet_certificate.png

 

Related article:

Troubleshooting Tip: The FortiGate login GUI page is unresponsive