How to set vpn credentials fpr ecppt exam .
The openvpn software deprecated “cipher AES-128-CBC” some time ago as 256 is now the default and thus it does not want to connect.
Open your *.ovpn file and add 2 lines below “cipher …”:
cipher AES-128-CBC
# add these 2 lines
data-ciphers AES-128-CBC
data-ciphers-fallback AES-128-CBC
Save the file and run sudo openvpn file.opvn