Troubleshooting Tip: Unable to access GUI in firmware version 7.6.4 and later
| Description | This article describes the issue where FortiGate GUI access is not working in firmware version 7.6.4 and later. |
| Scope | FortiGate. |
| Solution | After upgrading to firmware version 7.6.4 or later, the GUI may display an 'ERR_CONNECTION_REFUSED' error as shown in the image below:
diagnose sniffer packet any "host 10.2.2.1 and port 443 " 4 0 l
diagnose debug reset diagnose debug console timestamp enable diagnose debug application http_authd -1 diagnose debug enable
To stop the debugging:
diagnose debug disable diagnose debug reset Output of debug commands:
[http_authd 10524 - 1770282285 info] http_authd_handler_main_loop[790] -- Received "validate session" request (seq: 41672) from local (109 bytes)
Above debug analysis confirmed that 'http_authd' is failing to create GUI sessions. Additionally, verify the 'http_authd' session list using the command below:
diagnose http_authd session list
As shown above, no 'http_authd' sessions are currently being created. Resolution: This issue can be fixed by restarting the 'http_authd' process. To restart the process, use the methods below:
diagnose sys process pidof http_authd
diagnose sys kill 11 <pid>
If multiple processes are present, the above command needs to be repeated for every PID.
To kill all the PIDs of the http_authd process at once, the following command can be executed:
fnsysctl killall http_authd
If the issue is still present after restarting the http_authd, check the system event logs for malicious/brute force attempts regarding FortiGate admin login. Once confirmed, proceed to disable the HTTPS access from the public-facing interface.
config system interface In FortiOS v7.6.6, http_authd may use high memory if multiple unauthorized attempts target a public-facing interface. The best practice is to disable HTTPS on the outside interface. If this cannot be implemented, restrict administrative access using a local‑in policy and trusted host configuration. More guidance on hardening administrative access is available here: Technical Tip: System administrator best practices for FortiGate and FortiProxy.
Related articles: |

