I’m trying to connect to openvpn for hackthebox using this command:
$ openvpn my_vpn_file.opvpn
And I get this error:
Options error: Unrecognized option or missing or extra parameter(s) in my_vpn_file.ovpn:12: data-ciphers-fallback (2.4.12)
I looked in the file, and line 12 is this option:
data-ciphers-fallback AES-128-CBC
I have absolutely no idea what I’m doing, this is the first time I’ve used openvpn. Any advice? Thanks!
I deleted the parameter that threw the error until it ran, and then it just got stuck in a loop of the tls handshake failing, then I tried to regenerate the VPN file, which made it run without having t delete the option but the same thing happened.
Hey,
Found that this worked for me when I got this error message
Options error: Unrecognized option or missing or extra parameter(s) :12: data-ciphers-fallback (2.4.12)