FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
kgeorge
Staff
Staff
Article Id 378391
Description This article describes how to troubleshoot when some ZTNA Clients are denied by FortiGate with the message 'ZTNA tag verification failed – access denied'.
Scope FortiGate, FortiClient, and FortiClient EMS.
Solution

Certain Internal Resources access can be restricted only to the Endpoints configured with FortiClients using ZTNA Edition.

However, some clients would be blocked by FortiGate with the message 'ZTNA tag verification failed – access denied'

 

The following configuration helps in fixing this issue,

 

config vpn ssl web host-check-software

    edit "FCT-ZTNA"
        config check-item-list
            edit 1
                set target "FortiESNAC.exe"
                set type process
            next
         end
     next
end

 

Ensure that the process 'FortiESNAC.exe' is running on those End Points being blocked. 

Contributors