Description | This article describes how to fix the error 'Failed to fetch registration information'. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Scope | FortiGate, FortiSwitch v7.0 and above. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Solution |
Execute the command 'show full sys fortiguard' on FortiGate.
If the default settings are set:
config system fortiguard
If so, change the following parameters:
set fortiguard-anycast disable set sdns-server-ip 208.91.112.220 173.243.140.53 210.7.96.53
After that, update the FDS servers with the command 'execute update-now' and run the following commands to check the FortiGuard reachability.
diagnose debug disable diagnose debug reset diagnose debug application update -1 diagnose debug console time enable diagnose debug enable execute update-now
A successful FortiGuard connection will show something like this in the end :
[1104] ssl_ctx_free: Done
If it still does not work, try restarting the FortiCloud process on FortiGate:
//Getting Process ID of FortiCloud process (forticldd) FG # diagnose sys process pidof forticldd
//Rebooting the process FG # diagnose sys kill 11 179
Try to register again the device and the issue should be resolved. Otherwise, follow the instructions described in Troubleshooting Tip: FortiCloud connection failure and open a new ticket with TAC for further assistance.
This article also fixes the following issue: The 'Reseller' textbox does not load correctly and it is impossible to continue with the registration process.
Example:
To register FortiSwitch/FortiAP through CLI: diagnose forticare direct-registration product-registration -N <FortiSwitch/AP Serial Num.> -a <FortiCloud username> -p <password> -T <country> -R <reseller> -e 1
For v7.2, v7.4, and above, other options available for direct registration are as follows. For v7.0, all the options are available except for the last one, -G.
Related articles: Troubleshooting Tip: Unable to connect to FortiGuard servers Troubleshooting Tip: FortiCloud connection failure Troubleshooting Tip: 'Failed to fetch status' error with online FortiSwitch and FortiAP |