41.4 Verifying SSL VPN Components

Use the commands and processes described in the following sections to verify that the SSL VPN components are running:

41.4.1 SSL VPN Server

To verify the function of all the SSL VPN components, use the commands listed in the table below:

Component

Command

Connection Manager

pgrep connman

Sock Daemon

pgrep sockd

Secure Tunnel

pgrep stunnel

OpenVPN

pgrep openvpn

41.4.2 SSL VPN Linux Client

Component

Command

Policy Resolver for Kiosk mode

pgrep polresolver

Secure Tunnel for Kiosk mode

pgrep stunnel

OpenVPN for Enterprise mode

pgrep openvpn

41.4.3 SSL VPN Macintosh Client

Component

Command

Policy Resolver for Kiosk mode

ps -A | grep polresolver | grep -v grep

Secure Tunnel for Kiosk mode

ps -A | grep stunnel | grep -v grep

OpenVPN for Enterprise mode

ps -A | grep openvpn | grep -v grep

41.4.4 SSL VPN Windows Client

Check if the stunnel and polresolver processes are up and running, if SSL VPN is in Kiosk mode and openvpn, if SSL VPN is in Enterprise mode.