tievolu
tievolu
Adding the option in LuCI causes an option to appear in `/etc/config/ciphers` like this: ``` option data_ciphers 'AES-128-GCM:AES-128-CBC' ``` But nothing at all is added to the OpenVPN conf file...
FYI I just confirmed that manually adding the following to `/etc/config/openvpn` works: ``` list data_ciphers 'AES-128-GCM' list data_ciphers 'AES-128-CBC' ``` When I restart the openvpn service, the `data-ciphers` option has...
@egc112 - The test fix described in the previous comment works for me.