I am doing a pretty straightforward exercise by setting up an IPSec VPN with AWS. I am using AWS Linux 2 Image and Openswan 3.25.
Error: Failed to add connection "Tunnel1", esp="aes128-sha1;modp1024" is invalid: ESP encryption algorithm 'aes' is not supported.
Any idea is appreciated.
After fiddling with this for quite a bit, we found a solution to it, but I wouldn't consider it a permanent solution yet.
Change the /etc/ipsec.d/aws.conf with the following:
I hope it helps.