I'm trying to get VPN Manager working (with NordVPN) and I'm getting the following error after it fails to connect (it's drawing down the OVPN file from Nord ok):
DEPRECIATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers
How do I add that switch/setting to OpenVPN?
I've tried making /storage/.config/openvpn.config and adding a line to it: --data-ciphers 'AES-256-CBC'
But no dice.
If I run: openvpn --data-ciphers AES-256-CBC
I get a message about needing to define TUN/TAP and with that I'm rapidly moving out of my depth.
Any and all help gratefully received.