Description |
This article describes how to allow SSL VPN when the FortiGate is operating in Policy-based mode. By default, SSL VPN connections will not be allowed. |
Scope |
FortiGate, FortiClient. |
Solution |
After configuring the following:
And upon running the following debug commands...
diagnose debug application sslvpn -1
The following is the output (no processing):
When checking the VPN process running on the firewall returns no process for SSLVPND.
However, the sniffer shows incoming packets:
The debug flow output shows 'msg="iprope_in_check() check failed on policy 0, drop"':
An SSL-Inspection & Authentication Policy must be created:
config firewall policy edit 2 set name "Allow_SSL-VPN" next end
After this change, the FortiGate will start to process incoming SSL VPN traffic. SSLVPND process also shows up:
|