Bug found with new Forticlient Update! 7.2.5
Hello everybody,
regarding ZTNA, we found a bug after yesterday Forticlient EMS 7.2.5 upgrade.
This is happening only on macOS devices.
We have a ZTNA destination profile:

On Windows device, rule are correctly retrivied. But, on macOS, I can see no destination (I have all the tags I need):

Debbuging this problem, I was looking at the Forticlient ztna.logs, and I found (I removed some rules for simplification):
2024-10-11T16:24:28.238 TZ=+0200 info ztna mergeCfg:{"enabled":1,"rules":[{"name":"EMS","mode":"transparent","enabled":0,"destination":"10.1.0.217:3389","gateway":"ztna.ntditalia.com:13389","encryption":1,"local_port":"7788","type":"private"},{"name":"VMAgostini","mode":"transparent","enabled":0,"destination":"10.1.0.215:3389","gateway":"ztna.ntditalia.com:13389","encryption":1,"local_port":"7788","type":"private"}],"portals":null,"gateways":null,"notify_on_error":1,"portals_enabled":1,"gateways_enabled":1}
2024-10-11T16:24:57.148 TZ=+0200 info ztna sync portal select portal err:errPortalNotExisted
If we look at this logs, the rules are found, but are not enable (enable is 0).
In fact, if I look at the ztnaconfig.json:
{"enabled":1,"rules":[]}
if I manually add my desinations inside the rules array, I can reach them correctly. So, the problem is that forticlient can't receive correctly the rules (am I wrong?). The only error I can see is info ztna sync portal select portal err:errPortalNotExisted.
What does it mean? I can't find anything regarding this error. This only happens for macOS system.
Thank you!
