Fortigate SSL VPN timeout
Even user approved the push notification on Mirket MFA app , vpn connection could not established. This page guide solution regarding radius timeout issue.
After creating the RADIUS service, we set the RADIUS timeout value and global timeout value using the FortiGate CLI.
config user radius
edit <name> {enter radius server name you created.}
set timeout 60
set source-ip {if radius status is failure,you may need to specify source ip}
next
end
config system global
set remoteauthtimeout 60
end
Last updated