Created on
03-30-2022
10:23 PM
Edited on
09-02-2025
03:45 AM
By
vraev
Description
This article describes that FortiManager/FortiAnalyzer Debugger is a Chrome extension that communicates with a FortiManager or FortiAnalyzer via the Chrome extension API.
The goal of this extension is to improve the quality of GUI bug reports by collecting as much information as possible at the time of capture.
This avoids developers, QA, and TAC from having to go back and forth multiple times to collect information throughout the debugging process.
Scope
This extension allows for capturing detailed debug information of a FortiManager/FortiAnalyzer's graphical user interface.
Requires FortiManager/FortiAnalyzer 6.4.0 GA or greater.
Solution
Download the Chrome extension from its Chrome store page
What is included in the tool:
Each FortiManager/FortiAnalyzer debugger capture includes the following information:
The supported browsers for FortiManager and FortiAnalyzer are listed in the documentation, under the Release Notes of the version -> Product Integration -> Supported Software -> Supported Browsers.
Note:
Special note:
If the slowness issue is isolated to the GUI and the firmware version is 7.2.4 or above, it is recommended to check the Apache mode used in the FortiManager under get system global. Before version 7.2.3, the default 'apache-mode' utilized the 'prefork' mode. However, as of v7.2.4, the default configuration switches to the 'event' mode.
This change is aimed at supporting the HTTP/2.0 protocol. With HTTP/2.0, there is no limit on the maximum concurrency of HTTP requests, potentially leading to slower GUI performance if the client's environment imposes restrictions, whether they are network or implementation-related. HTTP/2 may face issues such as head-of-line blocking and resource prioritization, leading to slower performance compared to HTTP/1.1. Additionally, server push and intermediaries struggling with encrypted headers can further complicate matters. Implementing HTTP/2 requires more computational resources, which may affect response times. These complexities highlight scenarios where HTTP/1.1 might outperform HTTP/2.
If customers experience GUI slowness, the option is available to revert to the 'prefork' mode by using the following commands:
config system global
set apache-mode prefork
end
See the 7.2.4 release notes.
Troubleshoot:
On FortiAnalyzer.
At the same time from the browser open the debug tools:
Using the web tools of the browsers.
Firefox: Windows: Ctrl + Shift + I or F12
Chrome: To open the DevTools Console panel, press Command + Option + J (Mac) or CTRL + Shift + J (Other OS).
Menu → More tools → Developer tools, then select the Network tab and click on the WS (WebSocket) filter
and save the output from the console Debug.
config system admin setting
set https_port 12121
end
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.