Description | This article helps to troubleshoot the license-related issues in FortiSOAR GUI login. |
Scope | All supported versions of FortiSOAR. |
Solution |
The most common error on the GUI login with the licensing is 'FSR-Auth-003: License Entitlement Sync failed. Ensure that https://globalupdate.fortinet.net is accessible from your environment. If the issue still persists, contact support.'
It could be due to multiple reasons:
curl -v -k https://globalupdate.fortinet.net
java -jar /opt/cyops-auth/bin/fdnclient.jar <serial_no> <device_uuid> https://globalupdate.fortinet.net
If the global update is reachable via Proxy only then export the below variables before running the above command to test the connectivity:
export port=<proxy port> export username=<proxy user> export password=<password>
"docker environment"
"/etc/environment"
Note: Nginx listens 443 SSL must not be changed due to internal API calls.
/var/log/cyops/cyops-auth/das.log |