📜  找不到密码算法“AES-256-GCM”(OpenSSL)-Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:23.653000             🧑  作者: Mango

代码示例1
Your openvpn version is older then 2.4 which do not support AES-256-GCM, hence you should upgrade it via below steps in your 16.04 linux:

curl -s https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add -
echo "deb http://build.openvpn.net/debian/openvpn/stable xenial main" > /etc/apt/sources.list.d/openvpn-aptrepo.list
apt update
apt install -y openvpn

If you found this answer useful, do upvote and donate.