Shell/Bash: cipher algorithm 'aes-256-gcm' not found (openssl) Example
Shell/Bash Example: This is the "cipher algorithm 'aes-256-gcm' not found (openssl)" Example. compiled from many sources on the internet by SimpleTutorials.org
Cipher algorithm 'AES-256-GCM' not found (OpenSSL)
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.
* Summary: This "cipher algorithm 'aes-256-gcm' not found (openssl)" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!