weird problem with one FortiAuthenticator
I am having a weird problem with a testing FAC instance. It's a VM with private IP 192.168.1.109. It's in a isolated environment and I am using a jumpbox machine 192.168.1.100 to access it. The issue is if I access it by https://192.168.1.109/ , it's fast ( will show me a certificate warning as expected ); if I access it by https://fac.mydomain.local/ ( no certificate warning because the certificate is generated by a Windows CA and the root CA is trusted on the jumpbox), it's very slow. The VM is configured as Host Name: "fac", Device FQDN: "fac.mydomain.local" .
fac.mydomain.local is added into Windows hosts file map to 192.168.1.109.
Chrome Browser dev tool shows lots of requests took 5S~10S to load :

same "dashboard/" request only take 200ms if I use IP to access it. I can refresh the UI and got same result.
