I'm trying to create an SSL VPN connection to a Fortinet firewall with
Java.To build up a socket connection in Java is not a problem, but how
do I authenticate to the firewall and create the VPN tunnel?
Unfortunately, I haven't found any tutorials. M...