YunoHost-Apps / vpnclient_ynh

VPN Client app for YunoHost
GNU Affero General Public License v3.0
41 stars 25 forks source link

DEPRECATED Cipher options on multiple VPN providers #102

Open xkaosx opened 1 year ago

xkaosx commented 1 year ago

When adding a OVPN file through the configuration panel, an error occurs:

**``` 2022-12-13 11:13:01,505: WARNING - Job for openvpn@client.service failed because a timeout was exceeded. 2022-12-13 11:13:01,506: WARNING - See "systemctl status openvpn@client.service" and "journalctl -xe" for details. 2022-12-13 11:13:01,513: WARNING - tail: cannot open '/var/log/openvpn-client.log' for reading: No such file or directory



"systemctl status openvpn@client.service" produces the following message:

**`DEPRECATED OPTION: --cipher set to 'AES-128-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-128-CBC' to --data-ciphers or change   --cipher 'AES-128-CBC' to --data-ciphers-fallback 'AES-128-CBC' to silence this warning.`**

Error is shown for AIRVPN, RapidVPN, Ivacy VPN and Mullvad.

When adding a compatible ovpn, results should produce a success and the service is instantly activated.