VPN connection logs:
Jan 14 14:49:26 ws-study nm-openvpn[67756]: OPTIONS ERROR: failed to negotiate cipher with server. Add the server's cipher ('AES-256-CBC') to --data-ciphers (currently 'AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305') if you want to connect to this server.
Jan 14 14:49:26 ws-study nm-openvpn[67756]: ERROR: Failed to apply push options
Jan 14 14:49:26 ws-study nm-openvpn[67756]: Failed to open tun/tap interface
What could I try next?
AI says:
The error indicates that the VPN client cannot negotiate a compatible encryption cipher with the server. The server requires ‘AES-256-CBC’, but the client is only configured to use ‘AES-256-GCM’, ‘AES-128-GCM’, and ‘CHACHA20-POLY1305’. To resolve this, you should add ‘AES-256-CBC’ to the list of allowed ciphers in the client’s configuration using the --data-ciphers option, ensuring compatibility with the server’s requirements.
Yet data-ciphers is already set:
