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.
--cipher none
--ncp-disable
/cc @jm @tomo
This will create a new commit in order to revert the existing changes.