Troubleshooting Tip: SSL VPN is not working after configuring SSL VPN in Policy-based NGFW Mode FortiGate
| Description | This article describes how to configure a FortiGate running with Policy-based NGFW Mode to make SSL VPN work. |
| Scope | FortiGate. |
| Solution | Generally, SSL VPN is implemented in FortiGates as per the following documents: SSL VPN full tunnel for remote user
After the configuration of SSL VPN as shown below, FortiGate is expected to start running the sslvpnd process.
The command below can be used to check whether sslvpnd is running or not.
xenon-kvm133 # diagnose sys process pidof sslvpnd
xenon-kvm133 # diagnose sys process pidof sslvpnd
xenon-kvm133 #
This is because FortiGate with Policy-based NGFW Mode has two kinds of policy:
It is necessary to configure the firewall policy as well to make SSL VPN work in FortiGate running with Policy-based NGFW Mode.
config firewall policy
Either a general firewall policy with all the user groups called in SSL VPN authentication rule can be configured to match all the users, or a specific user policy can also be created.
Post-configuring the firewall policy for the SSL VPN user group, the sslvpnd process starts working.
xenon-kvm133 # diagnose sys process pidof sslvpnd
Notes:
Refer to this article for FortiGate SSL VPN changes: Technical Tip: SSL VPN support on FortiGate models. |

