Troubleshooting Tip: 'eap_proxy' reloads continuously after certificate bundle upgrade
| Description | This article describes the incident that, after upgrading the certificate bundle, the eap_proxy daemon may continuously reload every 2–3 seconds. This behavior may also cause high CPU usage on a single core. |
| Scope | FortiGate 80F/81F, 60F/61F platforms. |
| Solution | The eap_proxy daemon continuously reloads after upgrading the certificate bundle on certain FortiGate and FortiWiFi platforms. The repeated reload occurs every few seconds and may cause high CPU utilization on a single core. This behavior is caused by a busy loop during daemon shutdown when the WiFi certificate changes. 286: 2023-06-13 14:30:34 the killed daemon is /bin/eap_proxy: status=0x0
After the upgrade, the message appears 'Update CRDB success', but it also shows repeated termination signals triggered by certificate updates. FortiWiFi-80F-2R # execute vpn cert ca import bundle CRDB_*.pkg x.x.x.x Update CRDB success FortiWiFi-80F-2R # Wifi cert changed. Exit.
Run Time: 0 days, 22 hours and 4 minutes eap_proxy 890 R 99.9 0.0 6
But the expected behavior is that when the certificate bundle is upgraded, eap_proxy should reload once and continue running normally.
Until the fix version is applied, use one of the following workarounds:
diagnose sys kill 11 <pid>
To kill the complete process:
fnsysctl killall eap_proxy
To confirm that the behaviour is matching and to receive the fix information, it is recommended to open a ticket with the support team by following this page: Support. |
