Skip to content

fix deactivation of encryption in OpenVPN

Ghost User requested to merge killian_fix_encrypt into master

Passing --cipher none to OpenVPN is not enough because clients and servers can still negotiate on the algorithm to use for encryption (by default not empty). We pass the option --ncp-disable to completely disable cipher negotiation.

/cc @jm @tomo

Merge request reports