When you mention SSL, the first protocol that comes to people's mind is OpenVPN. Which is rather funny, considering the fact that OpenVPN is no SSL VPN protocol. SSL VPN protocols are protocols like SSTP, SonicWALL SSL or Cisco AnyConnect. A SSL VPN protocol is a protocol that uses TLS (aka SSL) to establish a secure connection and then tunnels network traffic over that TLS connection. OpenVPN is never doing that. OpenVPN can use TLS as part of the session key creation but it never uses TLS t...