- openvpn unrecognized option or missing parameter : PARAM. Delete those tags within the .ovpn file.
- Cipher Alogrithm 'AES-256-GCM' Not Found (OpenVPN Error).
sudo curl -s https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add -
sudo touch /etc/apt/sources.list.d/openvpn-aptrepo.list
echo "deb http://build.openvpn.net/debian/openvpn/stable xenial main" > /etc/apt/sources.list.d/openvpn-aptrepo.list
sudo apt update
sudo apt install openvpn --upgrade
- Getting “Cannot ioctl TUNSETIFF tun: Operation not permitted” when trying to connect to OpenVPN. Just use root sudo.