Troubleshooting common issues
To troubleshoot no visible Agentless VPN menus in the GUI:
Enable the feature visibility in the GUI or CLI.
In the GUI:
-
Go to System > Feature Visibility.
-
In the Core Features section, enable Agentless VPN.
-
Click Apply.
In the CLI:
config system settings
set gui-sslvpn enable
end
To troubleshoot no visible Agentless VPN options in the GUI or CLI:
config system global
set sslvpn-web-mode enable
end
To troubleshoot getting no response from the Agentless VPN URL:
-
Go to VPN > Agentless VPN Settings.
-
Confirm that Agentless VPN is enabled.
-
Check the Agentless VPN port assignment.
-
Check the Restrict Access setting to ensure the host you are connecting from is allowed.
-
-
Go to Policy > Firewall Policy.
-
Check that the policy for Agentless VPN traffic is configured correctly.
-
Check the URL you are attempting to connect to. It should follow this pattern:
https://<FortiGate IP>:<Port>
-
Check that you are using the correct port number in the URL. Ensure FortiGate is reachable from the computer.
ping <FortiGate IP>
-
Check the browser has TLS 1.1, TLS 1.2, and TLS 1.3 enabled.
-
To troubleshoot FortiGate connection issues:
- Check the Release Notes to ensure that the web browser version is compatible with your version of FortiOS.
- Check that your browser has TLS 1.1 and TLS 1.2 enabled.
To troubleshoot Agentless VPN connections shutting down after a few seconds:
This might occur if there are multiple interfaces connected to the Internet, for example, SD-WAN. This can cause the session to become “dirty”. To allow multiple interfaces to connect, use the following CLI commands.
If you are using a FortiOS 6.0.1 or later:
config system interface
edit <name>
set preserve-session-route enable
next
end