FortiManager and FortiAnalyzer support HTTP/2 for improved security, multiplexing, and reduced network latency 7.4.1
FortiManager and FortiAnalyzer support HTTP/2 for improved security, multiplexing, and reduced network latency.
- Before this feature was implemented, HTTP/1.1 is used and can be viewed in the browser's Web Developer Tools:
- After apache-mode is set to "event", HTTP/2 is used and can be viewed in the browser's Web Developer Tools:
To configure the apache-mode in the FortiManager CLI:
Enter the following command in the FortiManager CLI:
config system global
set apache-mode {event| prefork}
event Apache event mode.
prefork Apache prefork mode.
set apache-mode event
end